-
Notifications
You must be signed in to change notification settings - Fork 5
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
Item metadata display shows old collection title after collection title was updated #4653
Comments
I'm looking at this example druid now, and it shows When I look at the solr document for the item, I see:
And the collection's solr document shows:
Based on the code in collection_concert, it appears the collection name text used in the record is coming from the solr document's Looks like there are still some items faceted with the old name though. |
Yeah, I was going to come back and say that it seems to be slowly turning over to the new title. |
All of these items now have the new, correct title. New theory: rolling indexing eventually gets the new title assigned, but indexing that happens via workflows or using Argo's reindex does not. |
Describe the bug
This collection title is:
But items in the collection (like this one) are showing an old title:
I've tried reindexing the items but the title never changes. The incorrect title appears on at least the following pages:
User Impact
It's misleading because it looks like the collection metadata hasn't been updated and can lead people to not find the collection they're looking for.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Item titles should be updated when collection titles are updated.
The text was updated successfully, but these errors were encountered: