Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Meilisearch] Multi Index Search support #28

Closed
alexander-schranz opened this issue Jan 4, 2023 · 3 comments
Closed

[Meilisearch] Multi Index Search support #28

alexander-schranz opened this issue Jan 4, 2023 · 3 comments
Labels
Adapter: Meilisearch Meilisearch Adapter related issue External Issue A issue which need to be solved in upstream repository first. features New feature or request wontfix This will not be worked on

Comments

@alexander-schranz
Copy link
Member

Currently Meilisearch does not support searching in multiple indexes and will throw instead a RuntimeException:

https://github.com/schranz-search/schranz-search/blob/373389a4e28be2964ed64c646096528246f0d6dc/packages/seal-meilisearch-adapter/MeilisearchConnection.php#L74-L76

External Issue: meilisearch/product#489 (comment)

@alexander-schranz alexander-schranz added Adapter: Meilisearch Meilisearch Adapter related issue External Issue A issue which need to be solved in upstream repository first. labels Jan 4, 2023
This was referenced Jan 4, 2023
@alexander-schranz alexander-schranz added the features New feature or request label Jan 8, 2023
@ToshY
Copy link
Contributor

ToshY commented Oct 17, 2024

Saw your mention in #99. Since v1.10.0 Meilisearch supports "federated search", which can be used to search across multiple indexes in a single query: https://www.meilisearch.com/docs/reference/api/multi_search#federated-multi-search

@alexander-schranz
Copy link
Member Author

I'm aware of that, the first federated search was just same query on multiple index and a result per index. Nothing which couldnt workaround with raw PHP itself. But even if the aggregated result isnt longer experimental the other engines will not move forward with it.

@alexander-schranz alexander-schranz added the wontfix This will not be worked on label Oct 21, 2024
@alexander-schranz
Copy link
Member Author

at current state we will not implement multi index search see #99 and #451

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Adapter: Meilisearch Meilisearch Adapter related issue External Issue A issue which need to be solved in upstream repository first. features New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants