Improve date indexing
helrond opened this issue · 0 comments
helrond commented
Is your feature request related to a problem? Please describe.
Dates appear to be indexed as timestamps, rather than ISO-formatted dates. This means that Elasticsearch thinks all our collections were created in 1970.
Describe the solution you'd like
Try to get dates to index correctly. This will likely involve passing a format string to Elasticsearch.