Navigation Menu

Skip to content

Commit

Permalink
Fix simple_query_string example
Browse files Browse the repository at this point in the history
The "&" is not part of the simple_query_string DSL
  • Loading branch information
bdelbosc committed Apr 13, 2015
1 parent b04efa9 commit d7da2eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit d7da2eb

Please sign in to comment.