digiaonline / lumen-elasticsearch

Simple wrapper of https://github.com/elastic/elasticsearch-php for the Lumen PHP framework.
MIT License
57 stars 24 forks source link

Multi-index queries with prefixing doesn't work #134

Closed Jalle19 closed 4 years ago

Jalle19 commented 4 years ago

What did you do?

Query for "foo,bar,baz" with a prefix

What did you expect to happen?

Query going to "prefix_foo,prefix_bar,prefix_baz"

What actually happened?

Query went to "prefix_foo,bar,baz"