Closed as not planned
Description
🔖 Feature description
I was trying to fetch data between time like this:
Query.greaterThanEqual('date_time', specifiDate), Query.lessThanEqual('date_time', new Date()),
but getting error like:
Error: [AppwriteException: Server Error]
Please add this feature as fast as possible please.
🎤 Pitch
Firebase offers this feature like:
.where('date_time', '>=', specifiDate) .where('date_time', '<=', new Date())
It will be very useful for users to find any items or posts between or before/after an specific time
Thanks
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct