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
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...