Docs: Update query-string-query.asciidoc

Update sample

Closes #8024
This commit is contained in:
John Michael Luy 2014-10-08 22:17:16 +08:00 committed by Clinton Gormley
parent f4d9cce659
commit 86f6e21cdf
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ matches the same words as
--------------------------------------------------
{
"query_string": {
"query": "(content:this OR content:thus) AND (name:this OR name:thus)"
"query": "(content:this OR content:that) AND (name:this OR name:that)"
}
}
--------------------------------------------------