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

Cannot search on field [fullText_undefined] since it is not indexed #7569

Open
Joao-vi opened this issue Jan 6, 2025 · 0 comments
Open

Cannot search on field [fullText_undefined] since it is not indexed #7569

Joao-vi opened this issue Jan 6, 2025 · 0 comments

Comments

@Joao-vi
Copy link
Collaborator

Joao-vi commented Jan 6, 2025

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'.

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

No branches or pull requests

1 participant