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",
@ -467,6 +467,16 @@
"sortable": false, "sortable": false,
"asResult": false "asResult": false
}, },
{
"label": "Updated",
"paths": [
"_info._lastEditInfo._instant"
],
"operator": "$or",
"searchable": false,
"sortable": true,
"asResult": false
},
{ {
"label": "Phase", "label": "Phase",
"paths": [ "paths": [
@ -490,6 +500,70 @@
] ]
} }
}, },
{
"_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",