Hello everyone, I've been going through the docs a...
# community-help
a
Hello everyone, I've been going through the docs and was playing around with a cloud cluster. I couldn't find much about locale based search and while I did try creating some documents and try to get them to match with the query text but unfortunately it didn't work. The languages that I'm trying to target are primarily Indian languages such as telugu, malyalam, gujarati, hindi, marathi, etc. Is there any official documentation around how do I go about implementing this and does typesense inherently support tokenising and querying for these languages?
j
Typesense should work out of the box for any languages that use spaces between words… because from Typesense’s perspective, these are just unicode characters.
If this is not working as expected, could you clone this gist and adapt it with a small dataset and query, to replicate the issue: https://gist.github.com/jasonbosco/7c3432713216c378472f13e72246f46b
Could you open a GitHub issue with that reproducible example? We can then look into it
a
oh! sure, I'll attempt this.
Thank you!
👍 1