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
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! π We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...