[docs/msearch] fix example

(cherry picked from commit 09a3393b23)
This commit is contained in:
spalger
2016-01-26 09:26:23 -07:00
parent dc9c6ff8dc
commit c81168d7b9

View File

@ -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"' } } }
]
});
---------
---------