Browse Source

[DOCS]: fixed small problem in example json

Simon Willnauer 11 years ago
parent
commit
90e57c15e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/queries/multi-match-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/queries/multi-match-query.asciidoc

@@ -383,7 +383,7 @@ parameter to just one of them:
                 "query":      "Will Smith",
                 "type":       "cross_fields",
                 "fields":     [ "first", "last" ],
-                "minimum_should_match": 50% <1>
+                "minimum_should_match": "50%" <1>
               }
             },
             {