hsen-dev / vscode-elastic

Elasticsearch for VSCode
https://marketplace.visualstudio.com/items?itemName=ria.elastic
The Unlicense
164 stars 27 forks source link

Add _msearch support #29

Open beall49 opened 6 years ago

beall49 commented 6 years ago

I use this often in kabana, I understand it's not valid json (which may make it hard), but support would be nice, if possible.

GET _msearch
{"index" : "index0"}
{ "query": { "multi_match": { "query":"test0" } } }
{"index" : "index1"}
{ "query": { "multi_match": { "query":"test1" } } }

Thanks