This repository has been archived by the owner on May 28, 2024. It is now read-only.
desc_metadata_indexer: avoid error when genre value is nil #886
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why was this change made? 🤔
To address https://app.honeybadger.io/projects/49898/faults/87288421
While we don't want Cocina to have genres that have no value, we also don't want dor_indexing_app to blow up when it is sent them. This change will simply not try to capitalize a genre that lacks a value.
@arcadiafalcone not sure how to re-index all the affected items ...
How was this change tested? 🤨
⚡ ⚠ If this change has cross service impact, run integration tests that exercise indexing (e.g. searches in Argo for newly created/updated items, access_indexing_spec) and/or test in [stage|qa] environment, in addition to specs. ⚡