I have a react web app where the users get to make posts. I am able to obtain all the posts with listDocuments. The things is, they don't have similar attributes. Some of them have the happy attribute as true, some have curious as true, some all are true, some none, and so on.
I want to fetch the posts based on the attributes being true. It is easy to obtain documents based on one attribute being true, but I am looking for a way to consider more than one attribute. For example, I wanna fetch posts that have both happy and curious as true. I did my research in the Appwrite forum and it seems like there is no straightforward way to fetch the posts based on multiple values. Or am I wrong?
Recommended threads
- createCollection Deprecated
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...