Skip to content

Commit

Permalink
Added missing closing double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Bellemare committed May 29, 2014
1 parent 79c0247 commit 075de84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ With the low-level client you would write something like this:
"query": {
"bool": {
"must": [{"match": {"title": "python"}}],
"must_not": [{"match: {"description": "beta"}}]
"must_not": [{"match": {"description": "beta"}}]
}
},
"filter": {"term": {"category": "search"}}
Expand Down

0 comments on commit 075de84

Please sign in to comment.