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

"All" Searching for an author name does not return books by that author #7276

Closed
cdrini opened this issue Dec 13, 2022 · 2 comments · Fixed by #8191
Closed

"All" Searching for an author name does not return books by that author #7276

cdrini opened this issue Dec 13, 2022 · 2 comments · Fixed by #8191
Assignees
Labels
Lead: @cdrini Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed] Priority: 2 Important, as time permits. [managed] Theme: Search Issues related to search UI and backend. [managed] Type: Bug Something isn't working. [managed]

Comments

@cdrini
Copy link
Collaborator

cdrini commented Dec 13, 2022

Edition-aware search broke a feature; searching for e.g. "j k rowling" with "All" selected no longer shows books by J. K. Rowling! Only books about her. This is because it requires there be a match of the user query at the edition-level, but the editions in solr do not store any author info. That all lives at the work.

@cdrini cdrini mentioned this issue Dec 13, 2022
63 tasks
@cdrini cdrini added Type: Bug Something isn't working. [managed] Theme: Search Issues related to search UI and backend. [managed] Priority: 2 Important, as time permits. [managed] Lead: @cdrini Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed] labels Dec 13, 2022
@cdrini cdrini self-assigned this Jan 20, 2023
@cdrini cdrini added this to the Sprint 2023-02 milestone Jan 30, 2023
@seabelis
Copy link
Collaborator

seabelis commented Feb 3, 2023

Patrons are reporting this issue.

@cdrini
Copy link
Collaborator Author

cdrini commented Aug 7, 2023

Proposal: Going to store a copy of the work authors in the solr edition. This is really the only way to make this feasible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lead: @cdrini Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed] Priority: 2 Important, as time permits. [managed] Theme: Search Issues related to search UI and backend. [managed] Type: Bug Something isn't working. [managed]
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants