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
- Is permission changes tied to the column...
Hi, I'm evaluating appwrite for a project and through reading the documentation (I haven't coded/tested anything yet, just trying to have a grasp of the basic f...
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- [SOLVED] Production down - createExecuti...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...