-
Notifications
You must be signed in to change notification settings - Fork 0
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
Creator Facet #105
Comments
related to #394 |
In case it's useful, I wanted to add a little more information to help explain the ask here. Traditionally, we have been a MODS shop, and we think about relationships between works and people using marc:relators. That means that if we knew I was the person took a photograph of an image work and we weren't expressing the concept of me as a URI, we would state that the person's relationship between the work would be something like this:
This is great an good when looking at the metadata record, but it's not ideal when you want to facet across the entire repository. For instance, if someone searched for Because of this, what is being asked here is that role terms in our m3 profile with a If there are more questions, let me know here or in Slack. |
Since the SolrDocument loads on boot we need to trigger it when the tenant changes because the m3 profiles are tenant specific so I added `SolrDocument.field_semantics` to be triggered by `switch!`. We also will aggregate all the creators from the m3 profile into the `creators` facet. Ref: - #105
@kirkkwang, Just adding a little more context in case it's helpful. Let's pretend |
@kirkkwang Hey Kirk, I've noticed some things we'll want to talk about to resolve. This item has two creator fields: illustrator with a URI, and local UTK creator. Both show up in metadata, the "More Information" tab in the Viewer, as well as in the search (see screenshot). I believe our goal is to have only one of them show. Edit: updating because I didn't see at the bottom of the metadata the local creator is there too. |
@kidon0011 Sounds good, we can chat about it whenever and hopefully come up with a good solution |
@kirkkwang I noticed one other thing we'll want to include in that talk. The URIs showing up in the search facet here are all from collection metadata, not item/work metadata. |
@kidon0011 Ahh that's my mistake, when I ran the reindex I only did Works and didn't update the Collection, I can kick that off this weekend |
@kidon0011 actually this problem seems to be a larger one, i just tested a reindex and it didn't affect this field. I'll take a deeper look |
@kidon0011 i deployed a fix to staging https://dc.utk-hyku-staging.notch8.cloud/collections/b58e0c07-0cab-49f0-9130-ee9ec6856a2a?locale=en |
Summary
UTK would like to have a creator facet that includes all of the different types of creator fields (i.e. photographers, authors, interviewers, etc.)
Acceptance Criteria
Screenshots or Video
Testing Instructions
Notes
Confused how to fill this out? Check out the playbook
The text was updated successfully, but these errors were encountered: