#[SOLVED] Need help for checking null value in node js server side

3 messages · Page 1 of 1 (latest)

light jackal
#
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

placid harness
#

Hi

#

I think you asked this previously and it was answered here: #🏠│general message