so i have my queries here, i wanna do something so i can get data that matches the value of one attribute from the documents called "respondingto"
i wanna know if something like this is possible
TypeScript
const query = [
Query.limit(10),
Query.orderDesc('$createdAt')
Query.attribute('respondingto', post.$id) // my idea of what it'd look like
];```
TL;DR
The developer is asking how to query data based on the value of an attribute called "respondingto". They provided a sample code and are wondering if it's possible to achieve this. They want to limit the results to 10 and order them in descending order based on a createdAt field. A solution is not provided in the thread.Recommended threads
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...