[DOCS] Fix formatting in simple query string query docs (#60226)
Co-authored-by: Ulas Keles <ulaskeles@users.noreply.github.com>
This commit is contained in:
parent
df0f68da23
commit
7a23c6b6ec
|
@ -281,7 +281,7 @@ GET /_search
|
|||
|
||||
The `simple_query_string` 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"))`
|
||||
|
||||
|
|
Loading…
Reference in New Issue