Can we search the documents from multiple index by specifying the index with wildcard character like "test*"?

I want to search data from multiple indices and all the indices prefix is test.
Is this possible to have the index name in the get request like test*

Yes, see the docs for examples.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.