Updated UCD data-entry configurations according to new data model #26350
This commit is contained in:
parent
8c896f1799
commit
4b1a4b1158
|
@ -448,13 +448,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.paroleChiaveICCD"
|
"_theDocument.cronologiaMacrofase",
|
||||||
|
"_theDocument.contestoIndagine"
|
||||||
],
|
],
|
||||||
"operator": "$or",
|
"operator": "$or",
|
||||||
"searchable": true,
|
"searchable": true,
|
||||||
|
@ -481,16 +480,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": [
|
||||||
|
@ -506,7 +495,6 @@
|
||||||
"paths": [
|
"paths": [
|
||||||
"_theDocument.authors",
|
"_theDocument.authors",
|
||||||
"_theDocument.contributore",
|
"_theDocument.contributore",
|
||||||
"_theDocument.titolari",
|
|
||||||
"_theDocument.editore",
|
"_theDocument.editore",
|
||||||
"_theDocument.responsabile"
|
"_theDocument.responsabile"
|
||||||
],
|
],
|
||||||
|
@ -519,6 +507,7 @@
|
||||||
"label": "Keywords",
|
"label": "Keywords",
|
||||||
"paths": [
|
"paths": [
|
||||||
"_theDocument.paroleChiaveLibere",
|
"_theDocument.paroleChiaveLibere",
|
||||||
|
"_theDocument.cronologiaMacrofase",
|
||||||
"_theDocument.paroleChiaveICCD"
|
"_theDocument.paroleChiaveICCD"
|
||||||
],
|
],
|
||||||
"operator": "$or",
|
"operator": "$or",
|
||||||
|
@ -579,13 +568,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.paroleChiaveICCD"
|
"_theDocument.cronologiaMacrofase",
|
||||||
|
"_theDocument.contestoIndagine"
|
||||||
],
|
],
|
||||||
"operator": "$or",
|
"operator": "$or",
|
||||||
"searchable": true,
|
"searchable": true,
|
||||||
|
@ -637,7 +625,6 @@
|
||||||
"paths": [
|
"paths": [
|
||||||
"_theDocument.authors",
|
"_theDocument.authors",
|
||||||
"_theDocument.contributore",
|
"_theDocument.contributore",
|
||||||
"_theDocument.titolari",
|
|
||||||
"_theDocument.editore",
|
"_theDocument.editore",
|
||||||
"_theDocument.responsabile"
|
"_theDocument.responsabile"
|
||||||
],
|
],
|
||||||
|
@ -650,6 +637,7 @@
|
||||||
"label": "Keywords",
|
"label": "Keywords",
|
||||||
"paths": [
|
"paths": [
|
||||||
"_theDocument.paroleChiaveLibere",
|
"_theDocument.paroleChiaveLibere",
|
||||||
|
"_theDocument.cronologiaMacrofase",
|
||||||
"_theDocument.paroleChiaveICCD"
|
"_theDocument.paroleChiaveICCD"
|
||||||
],
|
],
|
||||||
"operator": "$or",
|
"operator": "$or",
|
||||||
|
|
Loading…
Reference in New Issue