[Docs] Fix highlighting in match-query example (#52426)

This commit is contained in:
Ralph Ursprung 2020-03-18 11:52:50 +01:00 committed by Christoph Büscher
parent e7ae9ae596
commit 474dfbf9c7
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ should follow the advice in {defguide}/relevance-is-broken.html[Relevance is bro
The `match` query supports multi-terms synonym expansion with the <<analysis-synonym-graph-tokenfilter,
synonym_graph>> token filter. When this filter is used, the parser creates a phrase query for each multi-terms synonyms.
For example, the following synonym: `"ny, new york" would produce:`
For example, the following synonym: `"ny, new york"` would produce:
`(ny OR ("new york"))`