-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update for MS v1.0, Statamic 4.0 and Laravel 10 #13
Conversation
Hi @lakkes-ra, I think you can also remove part of the disclaimer in the README:
Meilisearch is now v1 and also the main dependency of this package |
Hi @brunoocasali, done. 👍 |
feat: update requiremnts for use with statamic v4
In the meantime we did further changes to our fork. We use it in a (currently in development) project with Statamic v4 and Laravel v10 now. Still works fine. We also removed some of the backwarts compatibilites. |
could you tag a release with this changes? |
done |
Hi there!
We've made some changes to the Statamic MeiliSearch driver to ensure compatibility with MeiliSearch v1.0. One minor issue we encountered was that an empty array could no longer be passed as settings. We've carefully reviewed the breaking changes in the meilisearch-php package, but couldn't find any more code in your driver that needed to be updated.
Our testing was limited to a small application, so there may be issues that we haven't yet encountered. If you have a larger application where you can test the driver, we'd greatly appreciate your feedback.
While changing the settings behavior may not be a major update, we also bumped the meilisearch-php version to ensure we're not using an outdated version.
We hope that this will be of help and are happy to receive feedback.