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 [DOCS] Fix "the the" typos (#64344) 2020-10-29 10:11:58 -04:00
migrate_8_0 Fix range query on date fields for number inputs (#63692) 2020-12-01 18:49:50 +01:00
index.asciidoc [DOCS] Removed redundant (not quite right) information about upgrades. 2019-04-04 16:20:08 -07:00
migrate_8_0.asciidoc [doc] joda migration guide to version 8 (#60506) 2020-08-20 16:01:42 +02:00
migration.asciidoc Remove Migration Upgrade and Assistance APIs (#40075) 2019-03-15 15:34:50 -06:00