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
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...
- Realtime Error Invalid query: Syntax err...
I was test driving Self-Hosted Appwrite for my use with Swift IOS apps as a backend while back and after successful trials, I started to move to incorporate int...