Skip to content

Commit

Permalink
Set correct type for ES but does not fail to index when it resourceEd…
Browse files Browse the repository at this point in the history
…itionDate is not a date
  • Loading branch information
sebr72 committed Nov 22, 2023
1 parent f0ed670 commit 8214473
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web/src/main/webResources/WEB-INF/data/config/index/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -1994,6 +1994,16 @@
}
}
}
},
"resourceEdition": {
"type": "text"
},
"resourceEditionDate": {
"type": "date",
"ignore_malformed": "true"
},
"standardVersion": {
"type": "text"
}
}
}
Expand Down

0 comments on commit 8214473

Please sign in to comment.