Adding missing comma

This commit is contained in:
Shaunak Kashyap
2015-07-01 11:57:41 -07:00
parent a1e31de711
commit ff3ba8793c

View File

@ -1216,7 +1216,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
client.msearch({
body: [
// match all query, on all indices and types
{}
{},
{ query: { match_all: {} } },
// query_string query, on index/mytype