-
Notifications
You must be signed in to change notification settings - Fork 343
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
Integrate MeiliSearch, an open-source search engine #454
Comments
Hello! Can you PR it to see how much code it would be? We don't want to take on any extra maintenance burden so we would need some commitment that MeiliSearch will be able to maintain this even if it is integrated into Scout by making all future maintenance PRs, etc. |
@taylorotwell On the maintenance side I would definitly be open for help, either with PRs and upcoming issues. (I'm already helping on the MeiliSearch repo) The team around MeiliSearch and espacially @curquiza are very fast with responses to questions and PRs. |
Thanks @mmachatschek for having opened the PR #455!! And thanks for wanting to be part of the maintenance! @taylorotwell, thank you for your quick answer! Yes, of course, the integration team of MeiliSearch will be available to maintain and answer questions of the users! |
Thanks for the responses. Will continue discussion as needed on the PR. |
Hello there! 👋
Thanks for this awesome tool!
I work for MeiliSearch, we are building an open-source and easy-to-use search engine. We provide (thanks to @shokme who is one of our best contributors) a Laravel Scout extension for MeiliSearch. This integration is currently our most used integration: most of our users enjoy the MeiliSearch experience with
meilisearch-laravel-scout
.Our laravel-scout integration -> https://github.com/meilisearch/meilisearch-laravel-scout
The official MeiliSearch documentation -> https://docs.meilisearch.com/
The
meilisearch-laravel-scout
integration has been built to be totally compliant withlaravel/scout
without any addition. See theEngine.php
file ->https://github.com/meilisearch/meilisearch-laravel-scout/blob/main/src/Engines/MeilisearchEngine.phpWe wanted to know if it would be possible to integrate MeiliSearch the same way Algolia is integrated 😁
FYI, if you agree with this integration, another one of our best contributors (@mmachatschek) has already started the work to integrate MeiliSearch (https://github.com/mmachatschek/scout/tree/add_meilisearch_support).
Of course, we would totally understand if it's not possible for you to integrate us!
Sorry if it's not the right place for this kind of request.
Thanks for your time 🙂
PS: @shokme or @mmachatschek, feel free to comment on this issue if you want to add something about what you built 🙂
The text was updated successfully, but these errors were encountered: