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
It would be great to have an option for multi language support. Algolia supports multi languages in 2 ways:
every language has their own index
every language_field is in one object and you exclude the others.
I think option 1 is cleaner and it would be nice if you can add it ass a config prop in the yaml. You will get your agolia indexes for every environment and local:
{env}{lndex_name}{locale}
The text was updated successfully, but these errors were encountered:
I can maybe help with this. I have extended the module to be able to create separate indexes per subsite/locale combo. Would have to modify it a bit to be able to configure wether to use subsites or not, but will see what I can do.
It would be great to have an option for multi language support. Algolia supports multi languages in 2 ways:
I think option 1 is cleaner and it would be nice if you can add it ass a config prop in the yaml. You will get your agolia indexes for every environment and local:
{env}{lndex_name}{locale}
The text was updated successfully, but these errors were encountered: