Hello, I created an index of type fulltext with multiple attributes. I'm using Query.search() but it's giving this error. Can you guys help me?
The first parameter to Query.search() should be the attribute you want to search on
Wouldn't Query.search("body", "dog") search only in 'body'? What if i want to search 'dog' in the title at the same time?
if you want something like:
title contains dog OR subtitle contains dog OR body contains doc
you'll either need to make separate queries or create an attribute that has all of the data and search on that attribute
You might want to 👍🏼 this related issue: https://github.com/appwrite/appwrite/issues/2740
thank you!
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...
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- Appwrite Sites: ERR_TOO_MANY_REDIRECTS o...
So, my domain was working perfectly fine with Vercel. I was using cloudflare CDN (still am) but CNAME was DNS-only. I switched over to appwrite, CNAME is still ...