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
- Urgent help with removed databases
Hi <@564158268319203348> <@501784879638249472> I wrote to paid plan support about this but no response as of yet… About an hour ago one of the interns from o...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...