YousefED / ElasticUI

AngularJS directives for Elasticsearch
http://www.elasticui.com
Other
526 stars 138 forks source link

multi index #94

Open ghost opened 7 years ago

ghost commented 7 years ago

hi,

i need a multi "eui-index", to simulate this curl by angular :

curl -XGET http://localhost:9200/index1,index2/_search -d ' { "query":{ "match": { "name": "sim" } } }'

can you help me?