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
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...