I am using the dart_appwrite 10.1.1 how to query using OR Query.or does not exist!!
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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...