You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it's currently possible to filter on multiple indices at once. For example, I want to search the 'name' property in the 'products' AND 'categories' index.
I would like to have something like: Elasticsearch::query(['products', 'categories'])
What do you think about this feature? Can I add this in the query method and Builder?
The text was updated successfully, but these errors were encountered:
It is not possible at the moment but I do like this feature. We just need to figure out how to map different indices onto their respective model or return the ElasticHit Object.
I don't think it's currently possible to filter on multiple indices at once. For example, I want to search the 'name' property in the 'products' AND 'categories' index.
I would like to have something like:
Elasticsearch::query(['products', 'categories'])
What do you think about this feature? Can I add this in the query method and Builder?
The text was updated successfully, but these errors were encountered: