[docs/msearch] fix example
This commit is contained in:
@ -8,8 +8,8 @@ client.msearch({
|
||||
{ query: { match_all: {} } },
|
||||
|
||||
// query_string query, on index/mytype
|
||||
{ _index: 'myindex', _type: 'mytype' },
|
||||
{ index: 'myindex', type: 'mytype' },
|
||||
{ query: { query_string: { query: '"Test 1"' } } }
|
||||
]
|
||||
});
|
||||
---------
|
||||
---------
|
||||
|
||||
Reference in New Issue
Block a user