Hey I need to search a string array for a keyword, and I think contains is the only method to do that. The problem is it that its extremely hit or miss. In testing, it will reliably work with one full word example "play", but then won't find multiple instances of "dance". Additionally, its case sensitive which is another problem as Play will not find play and vice versa. Am I missing something? Is there a better solution? I need to be able to look up documents like this.
Recommended threads
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- CSV imports were not working but found a...
With 1.9.5 Self-Hosted on a remote Debian 13 VPS I was trying to upload some data using the Import from CSV function. After following the Docs I created a csv f...
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126