Updated UCD

This commit is contained in:
Fabio Sinibaldi 2022-11-22 14:58:01 +01:00
parent e58c3009e9
commit 9954a653f7
1 changed files with 93 additions and 71 deletions

View File

@ -518,78 +518,100 @@
] ]
} }
}, },
{ {
"_id": "org.gcube.portlets.user.geoportal-basic-data-list", "_id": "org.gcube.portlets.user.geoportal-basic-data-list",
"_type": "BASIC_DATA_LIST_GUI", "_type": "BASIC_DATA_LIST_GUI",
"_configuration": { "_configuration": {
"itemFields": [ "itemFields": [
{ {
"label": "Any Field", "label": "Any Field",
"paths": [ "paths": [
"_theDocument.nome", "_theDocument.nome",
"_theDocument.introduzione", "_theDocument.introduzione",
"_theDocument.authors", "_theDocument.authors",
"_theDocument.contributore", "_theDocument.contributore",
"_theDocument.titolari", "_theDocument.titolari",
"_theDocument.editore", "_theDocument.editore",
"_theDocument.responsabile", "_theDocument.responsabile",
"_theDocument.paroleChiaveLibere", "_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD" "_theDocument.paroleChiaveICCD"
], ],
"operator": "$or", "operator": "$or",
"searchable": true, "searchable": true,
"sortable": false, "sortable": false,
"asResult": false "asResult": false
}, },
{ {
"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": "Director/Staff", "label": "Project Start",
"paths": [ "paths": [
"_theDocument.authors", "_theDocument.dataInizioProgetto"
"_theDocument.contributore", ],
"_theDocument.titolari", "operator": "$and",
"_theDocument.editore", "searchable": false,
"_theDocument.responsabile" "sortable": false,
], "asResult": true
"operator": "$or", },
"searchable": true, {
"sortable": false, "label": "Director/Staff",
"asResult": true "paths": [
}, "_theDocument.authors",
{ "_theDocument.contributore",
"label": "Keywords", "_theDocument.titolari",
"paths": [ "_theDocument.editore",
"_theDocument.paroleChiaveLibere", "_theDocument.responsabile"
"_theDocument.paroleChiaveICCD" ],
], "operator": "$or",
"operator": "$or", "searchable": true,
"searchable": true, "sortable": false,
"sortable": false, "asResult": true
"asResult": true },
{
"label": "Keywords",
"paths": [
"_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": true
}
]
} }
] }
} ,
}, {
"_id": "org.gcube.portlets.user.geoportal-timeline-json-template",
"_type": "TIMELINE_JSON_TEMPLATE",
"_configuration": {
"tjt_document": {
"content": "$.nome",
"title": "$.nome",
"start": "$.dataInizioProgetto",
"end": "$.dataFineProgetto"
}
}
},
{ {
"_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",