You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fulmicoton
changed the title
Actually support the format option in RangeQuery
Actually support the format option in the ES API's RangeQuery
Jun 12, 2024
It can be done by doing the conversion in the elastic search dsl range query (quickwit-query/src/elastic_query_dsl/range_query.rs)
and reserializing it into rfc3339 before creating the QueryASt's range query.
the parameter is introduced in #5098, but is noop at the moment.
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
It makes it possible for the client to pass dates in a specific format
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html
The text was updated successfully, but these errors were encountered: