I am trying to query a datetime attribute that can be null. For my search I want the query to return all projects after a given date (greaterThanEqual) or isNull. So far I cannot see how I can build a query like this, since the Queries are connected via AND and only in a Query itself things can be logically connected via OR.
You can use two separate queries for now. Also, linking a related issue: https://github.com/appwrite/appwrite/issues/2740
Alright thanks
I want to implement it in a function but it seems like there is no Query.isNull there... At least the compiler does not know it 😅
Can isNull only be used by the client?
I am using dart_appwrite: ^7.1.0
Yes thats the problem. I updated to 8.0.0 and it compiled correctly 👍
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...