I want filter the list of documents based on a attribute value in server side( in appwrite function using node sdk). Query class is not supported in node sdk. How can do this?
It is, why not?
Use it like so
const sdk = require("node-appwrite");
sdk.Query.equal('attrbiute', value)
const { Query } = require('node-appwrite'); is this works
Also, sppouse to, yes.
OK. I will try. Thanks
Did you solve your problem?
Recommended threads
- In which format should i pass the date?
I have a column with the type `datetime`. So i want to know which format is suitable for passing the date
- 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 ...
- 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...