Docs: Fix simple_query_string example
The "&" is not part of the simple_query_string DSL Closes #10563
This commit is contained in:
parent
48472940c7
commit
1b35854768
|
@ -107,7 +107,7 @@ should be enabled. It is specified as a `|`-delimited string with the
|
|||
--------------------------------------------------
|
||||
{
|
||||
"simple_query_string" : {
|
||||
"query" : "foo | bar & baz*",
|
||||
"query" : "foo | bar + baz*",
|
||||
"flags" : "OR|AND|PREFIX"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue