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
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...
- Triggers and call function in function p...
Hello, Today we are experiencing several issues with Appwrite Cloud. Functions triggered by events, or functions called from another function, are taking an e...