-
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
Subjects not displaying properly #100
Comments
Also, probably a stupid question but want to make sure that this won't affect the date search logic we discussed setting up in a previous ticket? Date ranges in the Date Created field will be formatted with a space in between the hyphen separator, e.g. 1948 - 1952 |
More investigation needed why this display happens, reindexing the collection didn't help. It's also in the JSON view, and is in the raw Solr record suggesting it happens during CDMDEXER record transformation. The full item detail api call from contentdm has the correct value and there are other fields (date fields) where we have code that is intolerant of some hyphenated date ranges in metadata & tries to normalize them. But that isn't applied to subject fields so not clear yet why these records are like they are. |
Not a stupid question. Subject field ranges should not affect date searches, because those are conducted against only the true date fields. |
We've been doing a lot of subject heading clean-up in CDM but we're noticing some display issues after re-indexing, specifically with punctuation. Example:
Subject heading in CDM:
Moorland, Jesse Edward, 1863-1940
Display on UMedia:
Moorland, Jesse Edward, 1863 1940
Link: [https://umedia.lib.umn.edu/item/p16022coll261:557?facets%5Bsubject_ss%5D%5B%5D=Moorland%2C+Jesse+Edward%2C+1863+1940]
We have other headings that are using hyphens in certain cases too, and are not showing.
This display issue is found in both the "subjects" section of the item-level metadata view and in the "browse" by subjects section. I know the "browse" section probably needs to wait for the entire set to be re-indexed, but usually when I update subjects in CDM, I see the item-level view change via the regular overnight indexing schedule.
The text was updated successfully, but these errors were encountered: