Skip to content
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

Fix range query on date fields for number inputs #63692

Merged
merged 17 commits into from
Dec 1, 2020

Commits on Oct 14, 2020

  1. Fix range quers on date fields for number inputs

    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. We should change this to always
    interpret and parse numbers in this case with the second option "epoch_millis"
    if no other formatter was provided.
    
    Closes elastic#63680
    Christoph Büscher committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    033cd0e View commit details
    Browse the repository at this point in the history
  2. Iter

    Christoph Büscher committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f233e47 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Merge branch 'master' into fix-63680

    Christoph Büscher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    7384925 View commit details
    Browse the repository at this point in the history
  2. iter

    Christoph Büscher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    18a5da5 View commit details
    Browse the repository at this point in the history
  3. spotless

    Christoph Büscher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    aad0270 View commit details
    Browse the repository at this point in the history
  4. Go back

    Christoph Büscher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    84582e9 View commit details
    Browse the repository at this point in the history
  5. fixing yaml test

    Christoph Büscher committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    d2f74c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Merge branch 'master' into fix-63680

    Christoph Büscher committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    69460c0 View commit details
    Browse the repository at this point in the history
  2. Fix compile problem

    Christoph Büscher committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    41f0c9b View commit details
    Browse the repository at this point in the history
  3. reapplying yaml fix

    Christoph Büscher committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    15c9c82 View commit details
    Browse the repository at this point in the history
  4. spotless again

    Christoph Büscher committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    94ceac8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Merge branch 'master' into fix-63680

    Christoph Büscher committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    4d89135 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. remove repeat

    Christoph Büscher committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    463b1b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Add docs and breaking changes entry

    Christoph Büscher committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    e0044a7 View commit details
    Browse the repository at this point in the history
  2. Adding to breaking changes section in release notes

    Christoph Büscher committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    95e6e95 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into fix-63680

    Christoph Büscher committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    196c835 View commit details
    Browse the repository at this point in the history
  4. init dateMathParser in DateScriptFieldType

    Christoph Büscher committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    5439e6c View commit details
    Browse the repository at this point in the history