-
Notifications
You must be signed in to change notification settings - Fork 24.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make range query rounding consistent #50237
Commits on Dec 16, 2019
-
Make range query rounding consistent
Currently the rounding for date math used in range queries behaves differently for `date` and `date_range` as explained in elastic#50009. The behaviour on `date` fields is the one we document in https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html#range-query-date-math-rounding. This change adapts the rounding behaviour for RangeType.DATE so it uses the same logic as the `date` type. Closes elastic#50009
Christoph Büscher committedDec 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 7490304 - Browse repository at this point
Copy the full SHA 7490304View commit details
Commits on Dec 17, 2019
-
Christoph Büscher committed
Dec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 07e673c - Browse repository at this point
Copy the full SHA 07e673cView commit details -
Add date vs. date_range field duelling test
Christoph Büscher committedDec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 81586b6 - Browse repository at this point
Copy the full SHA 81586b6View commit details -
Christoph Büscher committed
Dec 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 54ecc49 - Browse repository at this point
Copy the full SHA 54ecc49View commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eb504ec - Browse repository at this point
Copy the full SHA eb504ecView commit details
Commits on Jan 27, 2020
-
Merge branch 'master' into daterange-rounding-fix
Christoph Büscher committedJan 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 70f08a5 - Browse repository at this point
Copy the full SHA 70f08a5View commit details -
Add test to check query string query bounds equality on date_range an…
…d date field
Christoph Büscher committedJan 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 3cb6650 - Browse repository at this point
Copy the full SHA 3cb6650View commit details -
Christoph Büscher committed
Jan 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 707cd33 - Browse repository at this point
Copy the full SHA 707cd33View commit details -
Christoph Büscher committed
Jan 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 0b17e04 - Browse repository at this point
Copy the full SHA 0b17e04View commit details -
Rework tests so they don't rely on string comparison
Christoph Büscher committedJan 27, 2020 Configuration menu - View commit details
-
Copy full SHA for ac64bad - Browse repository at this point
Copy the full SHA ac64badView commit details
Commits on Jan 31, 2020
-
Merge branch 'master' into daterange-rounding-fix
Christoph Büscher committedJan 31, 2020 Configuration menu - View commit details
-
Copy full SHA for fd2b187 - Browse repository at this point
Copy the full SHA fd2b187View commit details -
Removing note to put it back when backporting to 7.x
Christoph Büscher committedJan 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 11f23e7 - Browse repository at this point
Copy the full SHA 11f23e7View commit details -
Revert "Removing note to put it back when backporting to 7.x"
This reverts commit 11f23e7.
Christoph Büscher committedJan 31, 2020 Configuration menu - View commit details
-
Copy full SHA for afaeb1a - Browse repository at this point
Copy the full SHA afaeb1aView commit details -
Removing note to put it back when backporting to 7.x
Christoph Büscher committedJan 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 89a9b38 - Browse repository at this point
Copy the full SHA 89a9b38View commit details