added "Catalogue-Binding-Plugin" config

This commit is contained in:
Francesco Mangiacrapa 2024-01-19 18:27:25 +01:00
parent 0d957c35a6
commit fb5b527a13
1 changed files with 27 additions and 25 deletions

View File

@ -184,6 +184,20 @@
] ]
} }
}, },
{
"_id": "Catalogue-Binding-Plugin",
"_type": "EventListener",
"_configuration": {
"subscribeEvents": [
{
"event": "PROJECT_CREATED"
},
{
"event": "PROJECT_UPDATED"
}
]
}
},
{ {
"_id": "SDI-Indexer-Plugin", "_id": "SDI-Indexer-Plugin",
"_type": "Indexer", "_type": "Indexer",
@ -228,7 +242,7 @@
"type": "TEXT" "type": "TEXT"
}, },
{ {
"name": "ufficio_MiC_competente", "name": "ufficio_mic_competente",
"path": "$._theDocument.ufficioMic", "path": "$._theDocument.ufficioMic",
"type": "TEXT" "type": "TEXT"
}, },
@ -315,7 +329,7 @@
"type": "replaceAll", "type": "replaceAll",
"regex": "(\\s)?\\([\\s\\S]*", "regex": "(\\s)?\\([\\s\\S]*",
"replacement": "" "replacement": ""
} }
}, },
{ {
"name": "specifiche_cronologia", "name": "specifiche_cronologia",
@ -329,7 +343,7 @@
}, },
{ {
"name": "quota_min", "name": "quota_min",
"path": "$._theDocument.quotaMax", "path": "$._theDocument.quotaMin",
"type": "TEXT" "type": "TEXT"
} }
], ],
@ -448,12 +462,12 @@
"paths": [ "paths": [
"_theDocument.nome", "_theDocument.nome",
"_theDocument.introduzione", "_theDocument.introduzione",
"_theDocument.authors",
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolari",
"_theDocument.editore", "_theDocument.editore",
"_theDocument.responsabile", "_theDocument.responsabile",
"_theDocument.paroleChiaveLibere", "_theDocument.paroleChiaveLibere",
"_theDocument.cronologiaMacrofase",
"_theDocument.contestoIndagine",
"_theDocument.paroleChiaveICCD" "_theDocument.paroleChiaveICCD"
], ],
"operator": "$or", "operator": "$or",
@ -481,16 +495,6 @@
"sortable": false, "sortable": false,
"asResult": true "asResult": true
}, },
{
"label": "Author/s",
"paths": [
"_theDocument.authors"
],
"operator": "$and",
"searchable": false,
"sortable": true,
"asResult": true
},
{ {
"label": "Project Start (yyyy-mm-dd)", "label": "Project Start (yyyy-mm-dd)",
"paths": [ "paths": [
@ -504,11 +508,9 @@
{ {
"label": "Director/Staff", "label": "Director/Staff",
"paths": [ "paths": [
"_theDocument.authors",
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolari", "_theDocument.responsabile",
"_theDocument.editore", "_theDocument.editore"
"_theDocument.responsabile"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
@ -519,6 +521,7 @@
"label": "Keywords", "label": "Keywords",
"paths": [ "paths": [
"_theDocument.paroleChiaveLibere", "_theDocument.paroleChiaveLibere",
"_theDocument.cronologiaMacrofase",
"_theDocument.paroleChiaveICCD" "_theDocument.paroleChiaveICCD"
], ],
"operator": "$or", "operator": "$or",
@ -579,12 +582,12 @@
"paths": [ "paths": [
"_theDocument.nome", "_theDocument.nome",
"_theDocument.introduzione", "_theDocument.introduzione",
"_theDocument.authors",
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolari",
"_theDocument.editore", "_theDocument.editore",
"_theDocument.responsabile", "_theDocument.responsabile",
"_theDocument.paroleChiaveLibere", "_theDocument.paroleChiaveLibere",
"_theDocument.cronologiaMacrofase",
"_theDocument.contestoIndagine",
"_theDocument.paroleChiaveICCD" "_theDocument.paroleChiaveICCD"
], ],
"operator": "$or", "operator": "$or",
@ -635,11 +638,9 @@
{ {
"label": "Director/Staff", "label": "Director/Staff",
"paths": [ "paths": [
"_theDocument.authors",
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolari", "_theDocument.responsabile",
"_theDocument.editore", "_theDocument.editore"
"_theDocument.responsabile"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
@ -650,6 +651,7 @@
"label": "Keywords", "label": "Keywords",
"paths": [ "paths": [
"_theDocument.paroleChiaveLibere", "_theDocument.paroleChiaveLibere",
"_theDocument.cronologiaMacrofase",
"_theDocument.paroleChiaveICCD" "_theDocument.paroleChiaveICCD"
], ],
"operator": "$or", "operator": "$or",