---
"Tribe node search":
- do:
index:
index: index1
type: test
id: 1
body: { foo: bar }
index: index2
indices.refresh: {}
search:
index: index1,index2
body:
query: { term: { foo: bar }}
- match: { hits.total: 2 }