You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SolrResponse class, get_facets and get_facets_ranges return ordinary dict objects, so ordered results as returned by Solr get lost. Should just need to be returned as an OrderedDict.
This looks easy enough to fix, I'll see if I can create a pull request for it.
The text was updated successfully, but these errors were encountered:
In the
SolrResponse
class,get_facets
andget_facets_ranges
return ordinarydict
objects, so ordered results as returned by Solr get lost. Should just need to be returned as anOrderedDict
.This looks easy enough to fix, I'll see if I can create a pull request for it.
The text was updated successfully, but these errors were encountered: