From 8cd0b69f70885b05e66041a6c035f4bda1bd769d Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Mon, 8 Mar 2021 17:37:53 +0100 Subject: [PATCH] =?UTF-8?q?Nachtrag=20zu=20#28=20M=C3=BCnster:=20Datens?= =?UTF-8?q?=C3=A4tze=20mit=20'restriction=20on=20access'=20ausfiltern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- muenster/config/restriction.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/muenster/config/restriction.json b/muenster/config/restriction.json index e69de29..8350bad 100644 --- a/muenster/config/restriction.json +++ b/muenster/config/restriction.json @@ -0,0 +1,30 @@ +[ + { + "op": "core/row-removal", + "engineConfig": { + "facets": [ + { + "type": "list", + "name": "mets:mets - mets:dmdSec - mets:mdWrap - mets:xmlData - mods:mods - mods:accessCondition - type", + "expression": "value", + "columnName": "mets:mets - mets:dmdSec - mets:mdWrap - mets:xmlData - mods:mods - mods:accessCondition - type", + "invert": false, + "omitBlank": false, + "omitError": false, + "selection": [ + { + "v": { + "v": "restriction on access", + "l": "restriction on access" + } + } + ], + "selectBlank": false, + "selectError": false + } + ], + "mode": "record-based" + }, + "description": "Remove rows" + } +]