-
Notifications
You must be signed in to change notification settings - Fork 25.7k
SQL: document the use of a filter on _routing #52355
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
- Added a TIP for searching using a routing key.
|
Pinging @elastic/es-docs (>docs) |
|
Pinging @elastic/es-search (:Search/SQL) |
matriv
left a comment
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.
LGTM. Nice find and addition with the _routing
From a quick look I couldn't see any change in the resulting HTML regarding the description changes, what am I missing?
|
the space introduced between |
matriv
left a comment
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.
LGTM, I guess we could backport it to 7.6 as well?
* Fix "Description"s for various sections in the functions pages. * Added a TIP for searching using a routing key. * Other small polishings (cherry picked from commit 9fad0b1)
* Fix "Description"s for various sections in the functions pages. * Added a TIP for searching using a routing key. * Other small polishings (cherry picked from commit 9fad0b1)


Added a TIP for searching using a routing key, since the
routingURL parameter is not supported in SQL.Also, polished some sections of the documentation (especially the functions ones) to fix the Description's way of being displayed.