Browse Source

Fix missed comma in bool query

Kopylov German 10 years ago
parent
commit
951ddcf4ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/bool-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/bool-query.asciidoc

@@ -51,7 +51,7 @@ final `_score` for each document.
         },
         "filter": {
             "term" : { "tag" : "tech" }
-        }
+        },
         "must_not" : {
             "range" : {
                 "age" : { "from" : 10, "to" : 20 }