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
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...