
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
- custom requirements.txt file
How do I specify a custom requirements.txt file when creating a serverless function through the Appwrite console?
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
