elasticsearch/docs/reference/migration
Christoph Büscher c327794ae8
Fix range query on date fields for number inputs (#63692)
Currently, if you write a date range query with numeric 'to' or 'from' bounds,
they can be interpreted as years if no format is provided. We use
"strict_date_optional_time||epoch_millis" in this case that can interpret inputs
like 1000 as the year 1000 for example. 
This PR change this to always interpret and parse numbers with the "epoch_millis"
parser if no other formatter was provided.

Closes #63680
2020-12-01 18:49:50 +01:00
..
apis
migrate_8_0 Fix range query on date fields for number inputs (#63692) 2020-12-01 18:49:50 +01:00
index.asciidoc
migrate_8_0.asciidoc
migration.asciidoc