
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
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
- db queries
hi, could you please help/advice me , i checked db usage for my app which has real usage once a month (its voting app) and i see a lot db queries for days when ...
- DATABASE ERROR
I suddenly cannot delete any documents in my organization collection. No matter I use SDK or delete it manually in appwrite console platform, it still cannot be...
