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
- Query multi-tenant db with $permissions ...
I'm setting up a multi-tenant database with RLS enabled. My users my have permissions set for multiple Teams, and as such when they query the database with the ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...