Skip to content
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

Multi language support (fluent) #33

Closed
teundirectlease opened this issue Oct 26, 2020 · 2 comments
Closed

Multi language support (fluent) #33

teundirectlease opened this issue Oct 26, 2020 · 2 comments

Comments

@teundirectlease
Copy link

It would be great to have an option for multi language support. Algolia supports multi languages in 2 ways:

  1. every language has their own index
  2. 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}

@wilr
Copy link
Owner

wilr commented Jul 28, 2021

@teundirectlease happy to accept PR's for option 1. I think that's the easiest to manage.

@knirb
Copy link
Contributor

knirb commented Aug 26, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants