Update UCD
This commit is contained in:
parent
0ec65d1d30
commit
44b0d027e9
|
@ -392,6 +392,24 @@
|
||||||
"_type": "DATA_LIST_GUI",
|
"_type": "DATA_LIST_GUI",
|
||||||
"_configuration": {
|
"_configuration": {
|
||||||
"itemFields": [
|
"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",
|
"label": "Name",
|
||||||
"paths": [
|
"paths": [
|
||||||
|
@ -506,9 +524,17 @@
|
||||||
"_configuration": {
|
"_configuration": {
|
||||||
"itemFields": [
|
"itemFields": [
|
||||||
{
|
{
|
||||||
"label": "Any",
|
"label": "Any Field",
|
||||||
"paths": [
|
"paths": [
|
||||||
"_theDocument"
|
"_theDocument.nome",
|
||||||
|
"_theDocument.introduzione",
|
||||||
|
"_theDocument.authors",
|
||||||
|
"_theDocument.contributore",
|
||||||
|
"_theDocument.titolari",
|
||||||
|
"_theDocument.editore",
|
||||||
|
"_theDocument.responsabile",
|
||||||
|
"_theDocument.paroleChiaveLibere",
|
||||||
|
"_theDocument.paroleChiaveICCD"
|
||||||
],
|
],
|
||||||
"operator": "$or",
|
"operator": "$or",
|
||||||
"searchable": true,
|
"searchable": true,
|
||||||
|
|
|
@ -38,7 +38,12 @@
|
||||||
"_type": "Indexer",
|
"_type": "Indexer",
|
||||||
"_configuration": {
|
"_configuration": {
|
||||||
"coordinatesPath" :[{"x" : "$._theDocument.coordX", "y" : "$._theDocument.coordY"}],
|
"coordinatesPath" :[{"x" : "$._theDocument.coordX", "y" : "$._theDocument.coordY"}],
|
||||||
"explicitFieldMapping": [],
|
"explicitFieldMapping": [
|
||||||
|
{
|
||||||
|
"name": "nome",
|
||||||
|
"path": "$._theDocument.nome",
|
||||||
|
"type": "TEXT"
|
||||||
|
}],
|
||||||
"additionalLayers": [
|
"additionalLayers": [
|
||||||
{
|
{
|
||||||
"source": {
|
"source": {
|
||||||
|
|
Loading…
Reference in New Issue