
Hey, I want to query document has null value, is this correct API? I followed doc here https://appwrite.io/docs/rest


Appwrite 1.2.1 does not support the isNull query. You'll need to upgrade to 1.3.x
Otherwise, your query looks fine

is there anyway to query is null in this version, can I use Query.equal("orderId","")

I don't think so. That's why the is null query was introduced

thank you very much
Recommended threads
- 1.7.2 Node-appwrite createDocuments from...
Am I correct in my testing that functions with document creation event, wont trigger on calling createDocuments from within a function.
- Access to encrypted string attributes fr...
Can I use the getRow functionality if that row contains encrypted string attributes? Or is this completely impossible to get the value on the client side? From ...
- Opt-in relationships
Load relationships of relationships not work When I try to get translation.word_from.* it failed. But as you can see translation it is relation and word_from a...
