-
Notifications
You must be signed in to change notification settings - Fork 98
Add descriptions for queries H-Q #2213
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
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.
Thanks for putting this up!
It looks like one of the parameter values is missing some text (#2213 (comment)). I'm also not sure how we're handling formatting for fields without explicit keys (such as <field>
).
Other than that, this looks good to me. I left several non-blocking nits that you can ignore if wanted.
Co-authored-by: James Rodewig <[email protected]>
Thanks for the thorough review @jrodewig . I've pushed a change that applies your suggestions. |
Following you can find the validation results for the API you have changed.
You can validate this API yourself by using the |
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.
Thanks!
Relates to #964
Adds Query DSL descriptions for queries H through Q. Descriptions were sourced from https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html and subpages.