-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Reformats simple query string query #45343
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
Conversation
Pinging @elastic/es-search |
Pinging @elastic/es-docs |
regular `query_string` query, the `simple_query_string` query will never | ||
throw an exception, and discards invalid parts of the query. Here is | ||
an example: | ||
Returns documents based on a provided query string, using a limited but |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is good to mention parser/parsing in the definition, something like this:
Returns documents based on parsing a provided query string, using a parser with limited but ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-added with 4bcb328.
@jrodewig Thanks, nice reorganization. I have left a couple of small comments |
Updates the
simple_query_string
query to use the new query format.This creates separate sections for the example request, parameters, and notes.
This is part of #40977, an effort to standardize documentation for query types.
Preview
http://elasticsearch_45343.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/query-dsl-simple-query-string-query.html