diff --git a/config/defaults/src/main/resources/metadatasets/xml/mds.xml b/config/defaults/src/main/resources/metadatasets/xml/mds.xml index 8b2d699ff..9d974c602 100644 --- a/config/defaults/src/main/resources/metadatasets/xml/mds.xml +++ b/config/defaults/src/main/resources/metadatasets/xml/mds.xml @@ -1517,7 +1517,14 @@ - {"term":{"type":"ccm:io"}} + {"bool":{"must":[ + {"term":{"type":"ccm:io"}} + ], + "must_not":[ + {"term":{"aspects":"ccm:mediacenter_statistics"}}, + {"term":{"aspects":"ccm:collection_io_reference"}} + ]}} + exclude_system_folder exclude_sites_folder exclude_people_folder @@ -1526,9 +1533,6 @@ {"wildcard":{"properties.cm:name.keyword":{"value":"*${value}*"}}}, {"wildcard":{"properties.cclom:title":{"value":"*${value}*"}}}, {"wildcard":{"properties.ccm:replicationsourceid.keyword":{"value":"*${value}*"}}} - ], - "must_not":[ - {"term":{"aspects":"ccm:mediacenter_statistics"}} ]}}