Mosh OntongOriginal post
Rank 5: Hypervisor
Query.between('bookingStart', date.toIso8601String(),
date.add(const Duration(days: 1)).toIso8601String()),
Summary
There was an issue with the query method 'between' that has been solved. The issue can be found at: https://github.com/appwrite/appwrite/issues/5650. If you encounter the error 'Query method not valid: between', try using the 'greaterThan' or 'lessThan' queries instead. The user in the thread had a calendar picker and was trying to fetch documents with the same date. 'between' was added in version 1.3.0, but it may not work with the cloud yet.