From 4f61deff95d7fb761f5d4e9b8d70bee8189b7f75 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 11 Jan 2024 16:11:10 +0100 Subject: [PATCH] merged with preVRE version, #26350 model based --- D4S_UCDs/DEV/devVRE/Concessioni.json | 112 +++++++++++++++++---------- 1 file changed, 72 insertions(+), 40 deletions(-) diff --git a/D4S_UCDs/DEV/devVRE/Concessioni.json b/D4S_UCDs/DEV/devVRE/Concessioni.json index d7925e1..eedf611 100644 --- a/D4S_UCDs/DEV/devVRE/Concessioni.json +++ b/D4S_UCDs/DEV/devVRE/Concessioni.json @@ -94,7 +94,7 @@ "_description": "Embedded profile for concessioni [mibac] management", "_creationInfo": { "_user": { - "_username": "fabio.sinibaldi" + "_username": "francesco.mangiacrapa" } }, "_dataAccessPolicies": [ @@ -212,21 +212,11 @@ "path": "$._theDocument.descrizioneContenuto", "type": "TEXT" }, - { - "name": "autore", - "path": "$._theDocument.authors", - "type": "TEXT" - }, { "name": "contributore", "path": "$._theDocument.contributore", "type": "TEXT" }, - { - "name": "titolare", - "path": "$._theDocument.titolari", - "type": "TEXT" - }, { "name": "responsabile", "path": "$._theDocument.responsabile", @@ -237,6 +227,16 @@ "path": "$._theDocument.editore", "type": "TEXT" }, + { + "name": "ufficio_mic_competente", + "path": "$._theDocument.ufficioMic", + "type": "TEXT" + }, + { + "name": "funzionario_responsabile", + "path": "$._theDocument.funzionarioResponsabile", + "type": "TEXT" + }, { "name": "finanziamento", "path": "$._theDocument.fontiFinanziamento", @@ -272,11 +272,6 @@ "path": "$._info._access._license", "type": "TEXT" }, - { - "name": "titolare_licenza", - "path": "$._theDocument.titolareLicenza", - "type": "TEXT" - }, { "name": "accesso", "path": "$._info._access._license", @@ -286,6 +281,56 @@ "name": "parole_chiave", "path": "$._theDocument.paroleChiaveLibere", "type": "TEXT" + }, + { + "name": "modalita_individuazione", + "path": "$._theDocument.modalitaIndividuazione", + "type": "TEXT" + }, + { + "name": "contesto_indagine", + "path": "$._theDocument.contestoIndagine", + "type": "TEXT" + }, + { + "name": "denominazione", + "path": "$._theDocument.denominazione", + "type": "TEXT" + }, + { + "name": "stato_attuale", + "path": "$._theDocument.statoAttuale", + "type": "TEXT" + }, + { + "name": "accessibilita", + "path": "$._theDocument.accessibilita", + "type": "TEXT" + }, + { + "name": "cronologia_macrofase", + "path": "$._theDocument.cronologiaMacrofase", + "type": "TEXT", + "apply_regex": { + "type": "replaceAll", + "regex": "(\\s)?\\([\\s\\S]*", + "replacement": "" + } + }, + { + "name": "specifiche_cronologia", + "path": "$._theDocument.specificheCronologia", + "type": "TEXT" + }, + { + "name": "quota_max", + "path": "$._theDocument.quotaMax", + "type": "TEXT" + }, + { + "name": "quota_min", + "path": "$._theDocument.quotaMax", + "type": "TEXT" } ], "jslt": {}, @@ -399,17 +444,16 @@ "_configuration": { "itemFields": [ { - "label": "Descriptive Fields", + "label": "Any Field", "paths": [ "_theDocument.nome", "_theDocument.introduzione", - "_theDocument.authors", "_theDocument.contributore", - "_theDocument.titolari", - "_theDocument.dataInizioProgetto", "_theDocument.editore", "_theDocument.responsabile", "_theDocument.paroleChiaveLibere", + "_theDocument.cronologiaMacrofase", + "_theDocument.contestoIndagine", "_theDocument.paroleChiaveICCD" ], "operator": "$or", @@ -437,16 +481,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": [ @@ -460,11 +494,9 @@ { "label": "Director/Staff", "paths": [ - "_theDocument.authors", "_theDocument.contributore", - "_theDocument.titolari", - "_theDocument.editore", - "_theDocument.responsabile" + "_theDocument.responsabile", + "_theDocument.editore" ], "operator": "$or", "searchable": true, @@ -475,6 +507,7 @@ "label": "Keywords", "paths": [ "_theDocument.paroleChiaveLibere", + "_theDocument.cronologiaMacrofase", "_theDocument.paroleChiaveICCD" ], "operator": "$or", @@ -535,12 +568,12 @@ "paths": [ "_theDocument.nome", "_theDocument.introduzione", - "_theDocument.authors", "_theDocument.contributore", - "_theDocument.titolari", "_theDocument.editore", "_theDocument.responsabile", "_theDocument.paroleChiaveLibere", + "_theDocument.cronologiaMacrofase", + "_theDocument.contestoIndagine", "_theDocument.paroleChiaveICCD" ], "operator": "$or", @@ -591,11 +624,9 @@ { "label": "Director/Staff", "paths": [ - "_theDocument.authors", "_theDocument.contributore", - "_theDocument.titolari", - "_theDocument.editore", - "_theDocument.responsabile" + "_theDocument.responsabile", + "_theDocument.editore" ], "operator": "$or", "searchable": true, @@ -606,6 +637,7 @@ "label": "Keywords", "paths": [ "_theDocument.paroleChiaveLibere", + "_theDocument.cronologiaMacrofase", "_theDocument.paroleChiaveICCD" ], "operator": "$or",