Typesense Support for Non-English Languages
TLDR omega enquired about Typesense's support for non-English languages. Kishore Nallan suggested using separate fields for different languages.
Sep 13, 2022 (13 months ago)
omega
06:58 AMKishore Nallan
07:02 AMTo have multiple languages, the current recommendation is to have them in separate fields, e.g.
title_en
and title_es
etc.omega
07:03 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Understanding Locales Supported by Typesense
Carl-Gerhard asked about locales supported by Typesense. Kishore Nallan confirmed support for some locales and clarified they don't handle singular/plural differences.
Understanding Typesense Language Search and Locale
Juri inquired about language search in Typesense, and Kishore Nallan clarified it requires a locale to index certain languages. Discussion also included how to specify these locales and that multiple languages can be searched without decreasing performance.
Achieving Stemming Support with Typesense
Sabyasachi asked how to implement stemming in Typesense, which Kishore Nallan explained must be handled externally. Sabyasachi later shared they created an extra field for storing stemmed content.