Handler config update

This commit is contained in:
Fabio Sinibaldi 2022-10-26 18:00:24 +02:00
parent 49120cf400
commit f65edeea4e
1 changed files with 176 additions and 102 deletions

View File

@ -193,7 +193,7 @@
{ {
"name": "anno", "name": "anno",
"path": "$._theDocument.dataFineProgetto", "path": "$._theDocument.dataFineProgetto",
"type": "String" "type": "TEXT"
}, },
{ {
"name": "descrizione", "name": "descrizione",
@ -388,108 +388,182 @@
} }
}, },
{ {
"_id": "org.gcube.portlets.user.geoportal-data-list", "_id": "org.gcube.portlets.user.geoportal-data-list",
"_type": "DATA_LIST_GUI", "_type": "DATA_LIST_GUI",
"_configuration": { "_configuration": {
"itemFields": [ "itemFields": [
{ {
"label": "Name", "label": "Name",
"paths": [ "paths": [
"_theDocument.nome" "_theDocument.nome"
], ],
"operator": "$and", "operator": "$and",
"searchable": true, "searchable": true,
"sortable": true, "sortable": true,
"asResult": true "asResult": true
}, },
{ {
"label": "Introduction", "label": "Introduction",
"paths": [ "paths": [
"_theDocument.introduzione" "_theDocument.introduzione"
], ],
"operator": "$and", "operator": "$and",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": true "asResult": true
}, },
{ {
"label": "Author/s", "label": "Author/s",
"paths": [ "paths": [
"_theDocument.authors" "_theDocument.authors"
], ],
"operator": "$and", "operator": "$and",
"searchable": false, "searchable": false,
"sortable": true, "sortable": true,
"asResult": true "asResult": true
}, },
{ {
"label": "Project Start", "label": "Project Start",
"paths": [ "paths": [
"_theDocument.dataInizioProgetto" "_theDocument.dataInizioProgetto"
], ],
"operator": "$and", "operator": "$and",
"searchable": false, "searchable": false,
"sortable": true, "sortable": true,
"asResult": true "asResult": true
}, },
{ {
"label": "Director/Staff", "label": "Director/Staff",
"paths": [ "paths": [
"_theDocument.authors", "_theDocument.authors",
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolari", "_theDocument.titolari",
"_theDocument.editore", "_theDocument.editore",
"_theDocument.responsabile" "_theDocument.responsabile"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": true "asResult": true
}, },
{ {
"label": "Keywords", "label": "Keywords",
"paths": [ "paths": [
"_theDocument.paroleChiaveLibere", "_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD" "_theDocument.paroleChiaveICCD"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": true "asResult": true
}, },
{ {
"label": "Creator", "label": "Creator",
"paths": [ "paths": [
"_info._creationInfo._user._username" "_info._creationInfo._user._username"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": false "asResult": false
}, },
{ {
"label": "Phase", "label": "Updated",
"paths": [ "paths": [
"_lifecycleInformation._phase" "_info._lastEditInfo._instant"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": false,
"sortable": true, "sortable": true,
"asResult": false "asResult": false
}, },
{ {
"label": "Status", "label": "Phase",
"paths": [ "paths": [
"_lifecycleInformation._lastOperationStatus" "_lifecycleInformation._phase"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": true, "sortable": true,
"asResult": false "asResult": false
} },
] {
"label": "Status",
"paths": [
"_lifecycleInformation._lastOperationStatus"
],
"operator": "$or",
"searchable": true,
"sortable": true,
"asResult": false
} }
}, ]
}
},
{
"_id": "org.gcube.portlets.user.geoportal-basic-data-list",
"_type": "BASIC_DATA_LIST_GUI",
"_configuration": {
"itemFields": [
{
"label": "Any",
"paths": [
"_theDocument"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Name",
"paths": [
"_theDocument.nome"
],
"operator": "$and",
"searchable": true,
"sortable": true,
"asResult": true
},
{
"label": "Introduction",
"paths": [
"_theDocument.introduzione"
],
"operator": "$and",
"searchable": true,
"sortable": false,
"asResult": true
},
{
"label": "Director/Staff",
"paths": [
"_theDocument.authors",
"_theDocument.contributore",
"_theDocument.titolari",
"_theDocument.editore",
"_theDocument.responsabile"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
},
{
"label": "Keywords",
"paths": [
"_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
}
]
}
},
{ {
"_id": "org.gcube.portlets.user.geoportal-workflow-action-list", "_id": "org.gcube.portlets.user.geoportal-workflow-action-list",
"_type": "WORKFLOW_ACTION_LIST_GUI", "_type": "WORKFLOW_ACTION_LIST_GUI",