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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...