Docs: Fixed explanation of how the query string query is rewritten
This commit is contained in:
parent
4e94be8a37
commit
856b0fa1a0
|
@ -128,7 +128,7 @@ matches the same words as
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
{
|
{
|
||||||
"query_string": {
|
"query_string": {
|
||||||
"query": "(content:this OR content:that) AND (name:this OR name:that)"
|
"query": "(content:this OR name:this) AND (content:that OR name:that)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue