Fixing typo in the correct place
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
client.msearch({
|
||||
body: [
|
||||
// match all query, on all indices and types
|
||||
{}
|
||||
{},
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
|
||||
Reference in New Issue
Block a user