Skip to content

Commit

Permalink
TUBS-80 - fixed urn query
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Oct 31, 2024
1 parent 237f4d7 commit a051795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ MIR.NotFullAccessInfo.Genres=research_data,software
MCR.OAIDataProvider.MetadataFormat.xMetaDissPlus.Schema=http://files.dnb.de/standards/xmetadissplus/xmetadissplus.xsd
MCR.OAIDataProvider.MetadataFormat.xMetaDissPlus.Namespace=http://www.d-nb.de/standards/xmetadissplus/
MCR.OAIDataProvider.OAI2.Sets.xmetadissplus.URI=webapp:oai/set_xmetadissplus.xml
MCR.OAIDataProvider.OAI2.Sets.xmetadissplus.Query=(mods.genre:dissertation OR mods.genre:collection OR mods.genre:festschrift OR mods.genre:proceedings) AND derCount:[1 TO *] AND NOT(mods.type:video OR mods.type:research_data OR mods.type:software) AND mods.identifier:urn\:nbn\:de\:gbv\:084-*
MCR.OAIDataProvider.OAI2.Sets.xmetadissplus.Query=(mods.genre:dissertation OR mods.genre:collection OR mods.genre:festschrift OR mods.genre:proceedings) AND derCount:[1 TO *] AND NOT(mods.type:video OR mods.type:research_data OR mods.type:software) AND mods.identifier:urn* AND mods.identifier:*084-* AND mods.identifier:*gbv*

# Define URN set
MCR.OAIDataProvider.OAI2.Sets.urn.Query=mods.identifier:urn* AND mods.identifier:*084-* AND mods.identifier:*gbv*
Expand Down

0 comments on commit a051795

Please sign in to comment.