strapi-plugin-meilisearch
strapi-plugin-meilisearch copied to clipboard
Localization support
Description The plugin should support the new Internationalization feature introduced in strapi 3.6. Right now, it seems like only the default locale's results are being indexed.
Basic example
In my case, I have content in two languages. The strapi meilisearch shows the count for only the default language and only indexes that content. There's a "hack" that allows me to bypass this behavior and force this plugin to also index the other language entries by just making any change and saving the localized entry. Then something funny happens in the meilisearch plugin, the number of indexed items exceeds the maximum number of items:

Hello @FREEZX This should definitely be added!
Strapi's plugin will receive some upgraded as soon as some important tasks have been done in other meilisearch repo's. Meanwhile if someone wants to integrate a solution to this problem feel free to do so and ask any question on how to.
Hi @bidoubiwa , can you please assign this to me?
Hello @DiySane This specific PR will be completed in a batch of upgrades I will implement. Thanks a lot for giving interest in this project!
Thanks for letting me know! Just keep me posted if you see anything else coming up.
On Tue, Oct 5, 2021 at 2:38 PM cvermand @.***> wrote:
Hello @DiySane https://github.com/DiySane This specific PR will be completed in a batch of upgrades I will implement. Thanks a lot for giving interest in this project!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/meilisearch/strapi-plugin-meilisearch/issues/263#issuecomment-934216767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH2PDCKQQL6GWJGLAJVEPZ3UFK6AZANCNFSM5D34WJGA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
-- Thanks, Dwaipayan
Hello,
Any news about this issue ?
Hello not yet. Do you have an idea on how you would like it to be showcased on the plugin page?
Hello any news on this issue, do you need any help to implemented it ?
For now I did this workaround, https://github.com/meilisearch/strapi-plugin-meilisearch/pull/445. Hope it will help someone 👍
Looking forward for this! In my use case, I have localized entries for a blog, and that includes the title and the content.
I cannot search all the entries because of this! Thanks for supporting this feature!
Hey any news on this issue? Would be very nice indexing also localized entries.
Hey @stattmal! We are working on it as soon as we have a bit of type. Sorry for the delay
Released in v0.8.0. You can try it out :)
broken. updating a localized entry creates a duplicate in the meilisearch index...
@tshmieldev please can you open an issue? Any PR to fix it is welcome ❤️
@curquiza When you have a collection eg. Posts, and if you update a post, that causes a localized version of it to be pushed to the meilisearch index. My current workaround is having a hook that auto deletes that entry in meilisearch