Even need to support more language (not only two) in same time,
I want to make a global service.
j
Jason Bosco
12/03/2024, 5:00 PM
You can just leave the
locale
parameter in the field definition in the collection schema blank
Jason Bosco
12/03/2024, 5:01 PM
Then Typesense will go off of unicode character matches. But not sure how well this works with Chinese since it uses non-space tokenization
a
AndrewSong
12/04/2024, 8:09 AM
But Chinese and English is most important to me. @Jason Bosco
f
Fanis Tharropoulos
12/04/2024, 8:12 AM
Using two locales at the same time on a single field isn't supported. So what Jason was suggesting would be the best in-between solution for your specific use-case. Otherwise, breaking the field into two separate fields, one for english and another one for Chinese locales could be an option