From 4b1a4b1158ca049979e98f9e6fd5ff71aeeb920d Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 11 Jan 2024 12:03:04 +0100 Subject: [PATCH] Updated UCD data-entry configurations according to new data model #26350 --- D4S_UCDs/PRE/preVRE/Concessioni.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/D4S_UCDs/PRE/preVRE/Concessioni.json b/D4S_UCDs/PRE/preVRE/Concessioni.json index 835e083..51945ad 100644 --- a/D4S_UCDs/PRE/preVRE/Concessioni.json +++ b/D4S_UCDs/PRE/preVRE/Concessioni.json @@ -448,13 +448,12 @@ "paths": [ "_theDocument.nome", "_theDocument.introduzione", - "_theDocument.authors", "_theDocument.contributore", - "_theDocument.titolari", "_theDocument.editore", "_theDocument.responsabile", "_theDocument.paroleChiaveLibere", - "_theDocument.paroleChiaveICCD" + "_theDocument.cronologiaMacrofase", + "_theDocument.contestoIndagine" ], "operator": "$or", "searchable": true, @@ -481,16 +480,6 @@ "sortable": false, "asResult": true }, - { - "label": "Author/s", - "paths": [ - "_theDocument.authors" - ], - "operator": "$and", - "searchable": false, - "sortable": true, - "asResult": true - }, { "label": "Project Start (yyyy-mm-dd)", "paths": [ @@ -506,7 +495,6 @@ "paths": [ "_theDocument.authors", "_theDocument.contributore", - "_theDocument.titolari", "_theDocument.editore", "_theDocument.responsabile" ], @@ -519,6 +507,7 @@ "label": "Keywords", "paths": [ "_theDocument.paroleChiaveLibere", + "_theDocument.cronologiaMacrofase", "_theDocument.paroleChiaveICCD" ], "operator": "$or", @@ -579,13 +568,12 @@ "paths": [ "_theDocument.nome", "_theDocument.introduzione", - "_theDocument.authors", "_theDocument.contributore", - "_theDocument.titolari", "_theDocument.editore", "_theDocument.responsabile", "_theDocument.paroleChiaveLibere", - "_theDocument.paroleChiaveICCD" + "_theDocument.cronologiaMacrofase", + "_theDocument.contestoIndagine" ], "operator": "$or", "searchable": true, @@ -637,7 +625,6 @@ "paths": [ "_theDocument.authors", "_theDocument.contributore", - "_theDocument.titolari", "_theDocument.editore", "_theDocument.responsabile" ], @@ -650,6 +637,7 @@ "label": "Keywords", "paths": [ "_theDocument.paroleChiaveLibere", + "_theDocument.cronologiaMacrofase", "_theDocument.paroleChiaveICCD" ], "operator": "$or",