3 messages · Page 1 of 1 (latest)
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