-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Docs: Fix match_phrase docs for zero_terms_query #128387
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 (Team:Docs) |
Thanks @ioanatia, but looks like there might still be some tweaking to be done on indentation, looking at the URL preview |
See https://elastic.github.io/docs-builder/syntax/definition-lists/ I know these are finicky indentation-wise |
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.
Deleting that empty line should fix it I think
docs/reference/query-languages/query-dsl/query-dsl-match-query-phrase.md
Outdated
Show resolved
Hide resolved
…-phrase.md Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Hurray! nothing like some really finicky indentation syntax to finish up the week 😜 😵💫 |
💚 Backport successful
|
This fixes an issue in the
match_phrase
docs, where there's no break and no indentation for the valid values ofzero_terms_query
option.none
andall
appear to be options ofmatch_phrase
, when they are actually valid values ofzero_terms_query
.