-
Notifications
You must be signed in to change notification settings - Fork 14
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
laravel-scout-extended integration #123
Comments
@curquiza Any progress or need any help developing the repo |
Hello @Braunson! Thanks for this suggestion! We are not working currently on it, so any help is really interested!! 😄 |
People want the |
Aggregates, multiple models from same index is something I found my self reaching for when using with Lighthouse graphql and its paginator. Working around it by using meilisearch-php and querying directly for now. https://github.com/algolia/scout-extended/blob/master/src/Searchable/Aggregator.php |
Thanks for your comment @LiamKarlMitchell :) |
Hi all! As you probably know, Laravel Scout released a new version v9.5.0 which introduced a new ability to set Meilisearch's index settings 🎉. So, my question is, for everyone watching this issue, do you think a Thanks a lot! |
Hello, this is great news ! I liked the artisan command
https://www.algolia.com/doc/framework-integration/laravel/production/get-status-overview/?client=php |
I'd love to see support of aggregates in order to implement a multi-model/global search. |
Update: looks like the multi-search is missing to users: laravel/scout#745 |
This is something it could be tackled by the laravel-scout-extended since it will not be supported: laravel/scout#730 (comment) |
Hi folks, is this actively being worked on? 😍 |
Hi, @MrThePlague hope you're doing well! Unfortunately, even though the community highly requests it, we haven't progressed on this topic yet. It would be nice to have it, but we need more time to work on it. We are a small team that maintains more than 30 tools, SDKs and integrations, so it is pretty hard to make the time 😅 It would be nice if someone from the community could step in and start the project. We can provide help and feedback when needed. |
Context
At first, we decided to build an integration for Laravel Scout by staying completely compliant/conformed with the original
laravel/scout
package. See meilisearch-laravel-scout.The goal? To integrate this repository into the official
laravel/scout
package (as Algolia already is) by showing that people use it. This is now done! 🎉But, despite this laravel-scout integration, we noticed some of the contributors would like a laravel-scout-extended integration, I mean with more friendly methods to handle settings in this repository, as this PR suggests. We refused this kind of PRs in meilisearch-laravel-scout since it would make our integration non-compliant with the official laravel/scout.
Decision with the community
According to this issue, and after the merge of the MeiliSearch support into Laravel/Scout, we have decided to:
The text was updated successfully, but these errors were encountered: