
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
- CSV Not Importing
We don’t seem to having any luck importing a simple .csv file. The import function acts like it’s working but no data imports or is shown in the collection The...
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a ...
- Persistent 401 Unauthorized on all authe...
Hello, I'm facing a critical 401 Unauthorized error on my admin panel app and have exhausted all debugging options. The Problem: When my React app on localhos...
