-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Update search-template.asciidoc #103416
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
base: 8.11
Are you sure you want to change the base?
Update search-template.asciidoc #103416
Conversation
The example using the inverted section in the list topic does not produce a query with the correct syntax, https://www.elastic.co/guide/en/elasticsearch/reference/current/search-template.html#search-template-lists Fix the example so it creates the correct query.
Documentation preview: |
@sherry-ger please enable the option "Allow edits and access to secrets by maintainers" on your PR. For more information, see the documentation. |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-search (Team:Search) |
Thanks @sherry-ger, would you mind rebasing to target |
Update search-template.asciidoc recreate #103416 in main
Thanks @leemthompo |
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
Important Elastic documentation is migrating to Markdown for version 9.0+. See the migration guide for details. ℹ️ What's happening?
What do I need to do?For <=8.x docs:
For 9.0+ docs:Option 1:
Option 2:
💡 Need help?
|
The example using the inverted section in the list topic does not produce a query with the correct syntax,
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-template.html#search-template-lists
The above query does not have the correct syntax.
Fix the example so it creates the correct query.