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

Searching for the plural is returning different results #1430

Open
1 of 3 tasks
tpendragon opened this issue Jan 25, 2023 · 1 comment
Open
1 of 3 tasks

Searching for the plural is returning different results #1430

tpendragon opened this issue Jan 25, 2023 · 1 comment
Assignees

Comments

@tpendragon
Copy link
Contributor

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

  • asap
  • within the next 3 weeks
  • PO will prioritize

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

Screen Shot 2023-01-25 at 10 06 29 AM

Screen Shot 2023-01-25 at 10 06 40 AM

@tpendragon
Copy link
Contributor Author

I'm assigning this to @kelea99 to prioritize, mostly as an attempt to get it on her radar for when she's back.

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