-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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] Update parameter format #44703
Conversation
Pinging @elastic/es-docs |
Pinging @elastic/es-search |
retest this please |
+ | ||
-- | ||
Query used to decrease the <<query-filter-context, relevance score>> of matching | ||
documents. | ||
(Required, query object) Query used to decrease the <<query-filter-context, |
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 don't mean to nitpick too much, but I wonder if 'Required' and 'Optional' should be lowercase to match the types like 'query object' and 'string'?
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'm going to leave this capitalized for now so it's consistent with the Elastic API Reference template. I can easily change this later if we decide to change the capitalization in the template.
elastic/docs#982 updated the API reference template to change the location of the Required/Optional parameter qualifier.
This updates the parameter format for any query documentation updated as part of #40977 to match the template. This PR includes no other substantive changes.