Fixed mapping (see #24784)

This commit is contained in:
Francesco Mangiacrapa 2023-03-17 12:16:48 +01:00
parent 13b388f8a6
commit 6072f4afbc
2 changed files with 8 additions and 8 deletions

View File

@ -197,13 +197,13 @@
"type": "TEXT" "type": "TEXT"
}, },
{ {
"name": "anno", "name": "data_inizio_progetto",
"path": "$._theDocument.dataFineProgetto", "path": "$._theDocument.dataInizioProgetto",
"type": "TEXT" "type": "TEXT"
}, },
{ {
"name": "descrizione", "name": "descrizione",
"path": "$._theDocument.iontroduzione", "path": "$._theDocument.introduzione",
"type": "TEXT" "type": "TEXT"
}, },
{ {
@ -252,7 +252,7 @@
"type": "TEXT" "type": "TEXT"
}, },
{ {
"name": "date_scavo", "name": "data_fine_progetto",
"path": "$._theDocument.dataFineProgetto", "path": "$._theDocument.dataFineProgetto",
"type": "TEXT" "type": "TEXT"
}, },

View File

@ -170,13 +170,13 @@
"type": "TEXT" "type": "TEXT"
}, },
{ {
"name": "anno", "name": "data_inizio_progetto",
"path": "$._theDocument.dataFineProgetto", "path": "$._theDocument.dataInizioProgetto",
"type": "TEXT" "type": "TEXT"
}, },
{ {
"name": "descrizione", "name": "descrizione",
"path": "$._theDocument.iontroduzione", "path": "$._theDocument.introduzione",
"type": "TEXT" "type": "TEXT"
}, },
{ {
@ -225,7 +225,7 @@
"type": "TEXT" "type": "TEXT"
}, },
{ {
"name": "date_scavo", "name": "data_fine_progetto",
"path": "$._theDocument.dataFineProgetto", "path": "$._theDocument.dataFineProgetto",
"type": "TEXT" "type": "TEXT"
}, },