Skip to content

Commit

Permalink
relatedItem type="series" should only map to Series
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoVes committed Nov 28, 2024
1 parent a93b0ce commit 5d72030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ process:
property: nodeValue
field_related_item_paragraph:
- << : *base_mods_node
query: 'mods:relatedItem[normalize-space()]'
query: 'mods:relatedItem[not(@type="series")][normalize-space()]'
- plugin: callback
callable: iterator_to_array
- plugin: multiple_values
Expand Down

0 comments on commit 5d72030

Please sign in to comment.