Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facets and facet ranges don't preserve order #75

Open
rlskoeser opened this issue May 18, 2018 · 1 comment
Open

facets and facet ranges don't preserve order #75

rlskoeser opened this issue May 18, 2018 · 1 comment

Comments

@rlskoeser
Copy link
Contributor

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.

@nickvasilyev
Copy link
Contributor

That'd be great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants