See previous discussion on Wagtail: wagtail/wagtail#1177
We need:
- A way to specify the language of an index, which will enable the language specific-features of the backend (ES/OS only as database backends can support multiple languages in a single index)
- A way to specify the language(s) of a piece of content so it can be indexed in the correct index
- A way to specify the language of the query, which will enable the language specific-features of the backend
Needs to be agnostic of how the developer has structured their multi-lingual content (separate fields, separate records). and not tied in to any particular content internationalisation library (django-modeltranslation, Wagtail, etc).
See previous discussion on Wagtail: wagtail/wagtail#1177
We need:
Needs to be agnostic of how the developer has structured their multi-lingual content (separate fields, separate records). and not tied in to any particular content internationalisation library (django-modeltranslation, Wagtail, etc).