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

simple query string: remove (not working) support for alternate formats #12798

Closed

Commits on Aug 11, 2015

  1. simple query string: remove (not working) support for alternate formats

    Removed attempt of parsing of `field` rather than `fields` and attempted support of the following syntax:
    
    ```
    {
      "simple_query_string": {
        "body" : {
          "query": "foo bar"
        }
      }
    }
    ```
    
    Both these two syntaxes were undocumented, untested and not working.
    
    Added test for case when `fields` is not specified, then the default field is queried.
    
    Closes elastic#12794
    Closes elastic#12798
    javanna committed Aug 11, 2015
    Copy the full SHA
    1b486d0 View commit details
    Browse the repository at this point in the history