Update UCD

This commit is contained in:
Fabio Sinibaldi 2022-11-04 17:48:17 +01:00
parent 0ec65d1d30
commit 44b0d027e9
2 changed files with 34 additions and 3 deletions

View File

@ -392,6 +392,24 @@
"_type": "DATA_LIST_GUI",
"_configuration": {
"itemFields": [
{
"label": "Any Field",
"paths": [
"_theDocument.nome",
"_theDocument.introduzione",
"_theDocument.authors",
"_theDocument.contributore",
"_theDocument.titolari",
"_theDocument.editore",
"_theDocument.responsabile",
"_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD"
],
"operator": "$or",
"searchable": true,
"sortable": false,
"asResult": false
},
{
"label": "Name",
"paths": [
@ -506,9 +524,17 @@
"_configuration": {
"itemFields": [
{
"label": "Any",
"label": "Any Field",
"paths": [
"_theDocument"
"_theDocument.nome",
"_theDocument.introduzione",
"_theDocument.authors",
"_theDocument.contributore",
"_theDocument.titolari",
"_theDocument.editore",
"_theDocument.responsabile",
"_theDocument.paroleChiaveLibere",
"_theDocument.paroleChiaveICCD"
],
"operator": "$or",
"searchable": true,

View File

@ -38,7 +38,12 @@
"_type": "Indexer",
"_configuration": {
"coordinatesPath" :[{"x" : "$._theDocument.coordX", "y" : "$._theDocument.coordY"}],
"explicitFieldMapping": [],
"explicitFieldMapping": [
{
"name": "nome",
"path": "$._theDocument.nome",
"type": "TEXT"
}],
"additionalLayers": [
{
"source": {