Skip to content

Commit e5f167f

Browse files
author
Christoph Büscher
committed
[Docs] Fix fuzziness example in match-query.asciidoc (#55715)
The example looks the same as in the previous section although it should use the "fuzziness" parameter. This seems to be okay on 6.8 and master and was probably only forgotten to port to 7.x branches.
1 parent accad2e commit e5f167f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/query-dsl/match-query.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ GET /_search
222222
"query": {
223223
"match" : {
224224
"message" : {
225-
"query" : "this is a test",
226-
"operator" : "and"
225+
"query" : "this is a testt",
226+
"fuzziness": "AUTO"
227227
}
228228
}
229229
}

0 commit comments

Comments
 (0)