Hi, I'm trying to get list of documents by Query.equal(). My data is saved with Vietnamese characters format, something like "trường đại học", but user usually uses "truong dai hoc" only. In this case, I can't get any document. Is there anyway to do it without create an extra attribute to store English character?
Update 1: I found that it doesn't work with "đ" if I use "d", others are fine.
I think appwrite uses MariaDB search, so if it's unexpected because it works except for the d character it could be a bug there. You could report it in their GitHub
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...
- Temporary $permissions hickup?
Hello, today at ~13:50 (CEST/UTC+2) our customers reported they couldn't see any data in our application. We checked and indeed, the application was working, bu...