Hi, I'm currently using Supabase, I'm evaluating migrating to Appwrite. On Supabase I can use pgroonga for multilingual full text search, is there something equivalent in Appwrite?
I see in the docs that full text search is available, but I'm not seeing what languages are supported. In particular, I'm looking for support for languages not separated by white space like Chinese, Japanese, Thai, etc.
Recommended threads
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Searching by attribute "name" requires a...
I have a table "products" with a few columns I'm trying to search by, but I get this error: ```json { "message": "Searching by attribute \"name\" requires a...