We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Solr's filters should be condensing "farmer" and "farmers" to provide the same results, but it's not. See https://dpul.princeton.edu/sae/catalog?utf8=%E2%9C%93&exhibit_id=sae&search_field=all_fields&q=farmer vs https://dpul.princeton.edu/sae/catalog?utf8=%E2%9C%93&exhibit_id=sae&search_field=all_fields&q=farmers.
Maybe some sort of solr config or indexing bug?
Users should be able to find items with close searches, and certainly plurals vs singular.
Search results for "farmer" and "farmers" are similar if not exactly the same.
Largely different result sets.
https://dpul.princeton.edu/sae/catalog?utf8=%E2%9C%93&exhibit_id=sae&search_field=all_fields&q=farmer vs https://dpul.princeton.edu/sae/catalog?utf8=%E2%9C%93&exhibit_id=sae&search_field=all_fields&q=farmers
The text was updated successfully, but these errors were encountered:
I'm assigning this to @kelea99 to prioritize, mostly as an attempt to get it on her radar for when she's back.
Sorry, something went wrong.
kelea99
No branches or pull requests
Summary
Solr's filters should be condensing "farmer" and "farmers" to provide the same results, but it's not. See https://dpul.princeton.edu/sae/catalog?utf8=%E2%9C%93&exhibit_id=sae&search_field=all_fields&q=farmer vs https://dpul.princeton.edu/sae/catalog?utf8=%E2%9C%93&exhibit_id=sae&search_field=all_fields&q=farmers.
Maybe some sort of solr config or indexing bug?
Impact
Users should be able to find items with close searches, and certainly plurals vs singular.
Priority recommendation
Expected behaviour
Search results for "farmer" and "farmers" are similar if not exactly the same.
Actual behaviour
Largely different result sets.
Steps to reproduce behaviour
https://dpul.princeton.edu/sae/catalog?utf8=%E2%9C%93&exhibit_id=sae&search_field=all_fields&q=farmer vs https://dpul.princeton.edu/sae/catalog?utf8=%E2%9C%93&exhibit_id=sae&search_field=all_fields&q=farmers
Screenshots
The text was updated successfully, but these errors were encountered: