Trying to list users except for some ids using this query
Query.limit(10000),
Query.orderDesc('$createdAt'),
Query.offset(0),
Query.isNull('labels'),
Query.lessThan('$createdAt', comparedDate.toUTCString()),
Query.notEqual('$id', [...ids])
but it returns, NotEqual queries require exactly one value I also tried with the phone field, but it has the same issue.
am I missing something here?
Recommended threads
- MFA TOTP State Inconsistency After Disab...
MFA TOTP State Inconsistency After Disable/Re-enable Flow — Invalid Token During Verification Environment: - Next.js - node-appwrite - Session-based authentica...
- Function executions via custom domain fr...
Aplogies if this was asked already. I'm self-hosting 1.9 on a self-hosted instance of Dokploy. I've made the necessary adjustments to the original compose file ...
- Running into a server error on my self-h...
Hey everyone, I'm running into a server error on my self-hosted setup after updating to v1.19.0. The issue only happens during user creation and deletion. Ever...