diff --git a/D4S_UCDs/DEV/devVRE/Concessioni.json b/D4S_UCDs/DEV/devVRE/Concessioni.json index 53d8ede..82cc73a 100644 --- a/D4S_UCDs/DEV/devVRE/Concessioni.json +++ b/D4S_UCDs/DEV/devVRE/Concessioni.json @@ -228,7 +228,7 @@ "type": "TEXT" }, { - "name": "ufficio_MiC_competente", + "name": "ufficio_mic_competente", "path": "$._theDocument.ufficioMic", "type": "TEXT" }, @@ -315,7 +315,7 @@ "type": "replaceAll", "regex": "(\\s)?\\([\\s\\S]*", "replacement": "" - } + } }, { "name": "specifiche_cronologia", @@ -329,7 +329,7 @@ }, { "name": "quota_min", - "path": "$._theDocument.quotaMax", + "path": "$._theDocument.quotaMin", "type": "TEXT" } ], @@ -448,12 +448,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", @@ -481,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": [ @@ -504,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, @@ -519,6 +507,7 @@ "label": "Keywords", "paths": [ "_theDocument.paroleChiaveLibere", + "_theDocument.cronologiaMacrofase", "_theDocument.paroleChiaveICCD" ], "operator": "$or", @@ -579,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", @@ -635,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, @@ -650,6 +637,7 @@ "label": "Keywords", "paths": [ "_theDocument.paroleChiaveLibere", + "_theDocument.cronologiaMacrofase", "_theDocument.paroleChiaveICCD" ], "operator": "$or",