Skip to content

Commit

Permalink
Mask undesired note types.
Browse files Browse the repository at this point in the history
They're handled in their own dedicated fields.
  • Loading branch information
adam-vessey committed Jul 29, 2024
1 parent cce4907 commit 41a9893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ process:
- plugin: null_coalesce
field_note_paragraph:
- << : *base_mods_node
query: 'mods:note'
query: 'mods:note[not(@type="funding" or @type="admin")]'
- plugin: callback
callable: iterator_to_array
- plugin: multiple_values
Expand Down

0 comments on commit 41a9893

Please sign in to comment.