You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My content is available in many languages, using Strapi's i18n plugin.
According to the Meilisearch docs, it is advised to "split your dataset—one language per index".
However, I don't think this is possible using the Meilisearch Strapi plugin. According to this comment it wasn't possible last year, and I can't see anything in the docs about how to do this.
Here is my suggestion for how this could be configured...
This would automatically create one index per locale, and append the locale code to the index name, so you'd get indexes like my_restaurants-en, my_restaurants-es, my_restaurants-pl, etc.
The text was updated successfully, but these errors were encountered:
davidwebster48
changed the title
Allow each langauge to go into its own index
Allow each language to go into its own index
Jun 28, 2024
We have been waiting for this feature for a long time. We hope the team will implement it as soon as possible. Thanks @davidwebster48 for mentioning this enhancement.
My content is available in many languages, using Strapi's i18n plugin.
According to the Meilisearch docs, it is advised to "split your dataset—one language per index".
However, I don't think this is possible using the Meilisearch Strapi plugin. According to this comment it wasn't possible last year, and I can't see anything in the docs about how to do this.
Here is my suggestion for how this could be configured...
This would automatically create one index per locale, and append the locale code to the index name, so you'd get indexes like
my_restaurants-en
,my_restaurants-es
,my_restaurants-pl
, etc.The text was updated successfully, but these errors were encountered: