[docs/msearch] fix example

This commit is contained in:
spalger
2016-01-26 09:26:23 -07:00
parent 05263b487c
commit 09a3393b23

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