We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On index process we need to translate the file's language code (ISO639_3) to elastic's language code (elastic).
For those language not fully supported by elastic, we should fallback to 'other'.
After a big refactor on how we manage and work with language across the code base, we lose this behavior.
The fix is just a matter of fallback to 'other'.
The text was updated successfully, but these errors were encountered:
Joao-vi
No branches or pull requests
On index process we need to translate the file's language code (ISO639_3) to elastic's language code (elastic).
For those language not fully supported by elastic, we should fallback to 'other'.
After a big refactor on how we manage and work with language across the code base, we lose this behavior.
The fix is just a matter of fallback to 'other'.
The text was updated successfully, but these errors were encountered: