I am using the dart_appwrite 10.1.1 how to query using OR Query.or does not exist!!
TL;DR
Developers are looking for a way to list documents using OR query in Appwrite 1.5 with the dart_appwrite 10.1.1. The feature is expected to be released by the end of the month. Currently, there is no OR query method available, so developers might need to make separate calls and combine the results on their end till the update is released.The new Queries will be in Appwrite 1.5 when it's released
Is there any existing way to do this
Not other than creating a few separate calls and combining them on your side
1.5 should be release by the end of this month, though
Recommended threads
- Auth not working
guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and ...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...