-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[DOCS] Add response body parms to search API docs #47042
[DOCS] Add response body parms to search API docs #47042
Conversation
Pinging @elastic/es-docs |
Pinging @elastic/es-search |
@@ -4,18 +4,22 @@ | |||
Returns search hits that match the query defined in the request. | |||
|
|||
[source,console] | |||
-------------------------------------------------- | |||
GET /twitter/_search?q=user:kimchy |
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.
This example has been moved here:
https://github.com/elastic/elasticsearch/pull/47042/files#diff-bcfac6633e675424434326d14790f815R326
@imotov My |
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 @jrodewig these clarifications will certainly help our users. I left a couple suggestions to clarify even more based on questions I have seen in the past.
Co-Authored-By: Adrien Grand <[email protected]>
Co-Authored-By: Adrien Grand <[email protected]>
Co-Authored-By: Adrien Grand <[email protected]>
Changes
_search
API.