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

Allow overriding all-field leniency when lenient option is specified #21504

Merged
merged 1 commit into from
Nov 22, 2016

Commits on Nov 22, 2016

  1. Allow overriding all-field leniency when lenient option is specified

    As part of elastic#20925 and elastic#21341 we added an "all-fields" mode to the
    `query_string` and `simple_query_string`. This would expand the query to
    all fields and automatically set `lenient` to true.
    
    However, we should still allow a user to override the `lenient` flag to
    whichever value they desire, should they add it in the request. This
    commit does that.
    dakrone committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    11da09e View commit details
    Browse the repository at this point in the history