
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
- A feature/Fix request
Whenever I use Appwrite then to see the items of document I've to click "columns" option and select those items that I want to see then if I refresh browser/pa...
- Collections not showing for relationship...
I am updating one of my databases. I have removed the majority of collection and started adding new collections. The new collections do not appear in the drop d...
- Error: The document data is missing. Try...
I am not able to create any document on some of the collection/ DBs. As I can see many of us facing the same issue, need a quick resolution from the Appwrite Te...
