Docs: Fixed missing comma in multi match query example
This commit is contained in:
parent
c1bc269de9
commit
1883f74cc0
|
@ -25,7 +25,7 @@ Fields can be specified with wildcards, eg:
|
|||
--------------------------------------------------
|
||||
{
|
||||
"multi_match" : {
|
||||
"query": "Will Smith"
|
||||
"query": "Will Smith",
|
||||
"fields": [ "title", "*_name" ] <1>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue