8000 🚀 Feature: Add feature for getting data between specific date and time? · Issue #6340 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
🚀 Feature: Add feature for getting data between specific date and time? #6340
Closed as not planned
@SMARTMICROWORLD

Description

@SMARTMICROWORLD

🔖 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?

Metadata

Metadata

Assignees

Labels

product / databasesFixes and upgrades for the Appwrite Database.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0