Back

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

  • 0
  • Databases
  • Flutter
Mosh Ontong
20 Apr, 2023, 07:04
TypeScript
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

TL;DR
The user is asking for help on how to check for null values in a Node.js server-side code. They mention that `Query.isNull` or `Query.isNotNull` is not available in the current Node SDK for Appwrite. A solution is not provided in the thread.
joeyouss
20 Apr, 2023, 09:42

Hi

joeyouss
20 Apr, 2023, 09:45

I think you asked this previously and it was answered here: https://discord.com/channels/564160730845151244/564160731327758347/1098536995996839996

joeyouss
1 May, 2023, 09:42

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

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more