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
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...