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
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Database AI Column Suggestion Use Case
I tried using the AI column suggestion feature. For me, I prefer writing my column design separately in a notepad. Then my intention is to paste it into the AI ...