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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...