
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
- Best approach for handling users (creati...
I found out appwrite is wayy different to supabase, so i just wanted to check my approach is correct. Normally when creating user, I'd have something like a t...
- How to increate mx upload filesize ?
Hi, I use self hosted appwrite and want to upload files bigger than 30 mB. how can i increase the max filesize? In my special case i want to import a csv file w...
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
