[DOCS]: fixed small problem in example json
This commit is contained in:
parent
c2bb3981ba
commit
90e57c15e8
|
@ -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>
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue