-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Reformat parent_id
query docs
#44449
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-docs |
Pinging @elastic/es-search |
parent_id
query docs
field mapping. To see how you can set up an index for the `parent_id` query, try | ||
the following example. | ||
|
||
. Create an index with a <<parent-join,join>> field mapping. |
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.
.
dot at the beginning of the sentence?
Here and in a couple of places below.
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.
-------------------------------------------------- | ||
GET /my_index/_search | ||
---- | ||
GET /my-index/_search |
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.
should we have a unified format in all examples: either put /
before index name or not? /my-index/_search
-> my-index/_search
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.
Thank you for catching this. I added leading slashes with 647110c.
Thanks again for your review @mayya-sharipova! |
Rewrites the
parent_id
query to use the new query format.This creates separate sections for example requests, parameters, and notes.
This is part of #40977, an effort to standardize documentation for query types.
Before
Before image
After
After image