Relative Content

Tag Archive for c#solr

Solr – C# query appending “s” to sort field

Our sort order is not working correctly, and I found it’s because the solr query being generated ends with sort=date_tdts%20desc – when it should end with sort=date_tdt%20desc (note the extra ‘s’). But I’m not sure where this extra s is coming from in the code. This is the index field configuration: