let data = await database.listDocuments(databaseId, audioCollectionId, [
Query.equal("audio_file_id", ""),
]);
Since the Query.isNull or Query.isNotNull not available in current node sdk in appwrite. Then how can I fetch those data have empty or null value in specific attribute
Hi
I think you asked this previously and it was answered here: https://discord.com/channels/564160730845151244/564160731327758347/1098536995996839996
[SOLVED] Need help for checking null value in node js server side
Recommended threads
- Error with realtime channels
I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {\"type\":\"error\",\"data\":{\"code\":1008,\"me...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...