-
Notifications
You must be signed in to change notification settings - Fork 2
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
Search refinement for author links #1400
Comments
@tclayton33 @rotated8 I researched a solution for this ticket, and noticed this field we currently index in the catalog:
for each document, it concatenates the main author as well as additional authors, without including the Would this solution cover all cases? Do you forsee any issues using Thanks! |
@abelemlih I think this solution should work. Author_ssim is the field we are using for the links in the author/creator facet so I would expect the same behavior with respect to number of results, correct? I think one use case that wouldn't work as well as people are hoping is for Kim, Grace Ji-Sun. But that seems to be an issue with our underlying metadata - our name headings for her aren't consistent, which shows up in the facets: https://search.libraries.emory.edu/?utf8=%E2%9C%93&search_field=author&q=+Kim%2C+Grace+Ji-Sun I'd want to confirm with testing on blackcat-test, but I believe this solution does solve the underlying complaints related to $e being problematic and that the author links aren't including both main author and additional authors. |
@tclayton33 yes, |
per conversation with Ayoub, have modified the work estimate from 8 to 13 |
As a user, when I click on an author's name in the search results or on an item record, I want all works by that author to show up (including when they are tagged as editor, contributor, additional author, etc.), so I can see everything that author has written and contributed to.
Currently, clicking on an author link in full record display may produce different results depending on how the name is recorded in the bibliographic record and if the name appears as primary author/creator or additional author/creator.
Example - compare the links that show up after an author search for Cronan, Todd:
Author/Creator: Cronan, Todd, author (3 results)
Additional Author/Creator: Cronan, Todd, degree supervisor (4 results)
Additional Author/Creator: Cronan, Todd, contributor (4 results)
The marc subfields that need to be included in an exact search string for 100s, 700s are below. Everything else can be excluded.
ǂa Personal name
ǂb Numeration
ǂc Titles and other words associated with a name
ǂd Dates associated with a name
This ticket combines enhancement requests 35 and 28
Additional names for testing and acceptance criteria - clicking on these author's names within a record should produce the same number of results.
The text was updated successfully, but these errors were encountered: