[Solved] How to get documents using the between query on a datetime value in flutter/appwrite
- 0
- General

I am trying to select some documents btw some certain date range in Flutter using the appwrite adk for Flutter but when I pass the date value in string format using the query command I keep getting this error that says, >>> invalid query: Query type does not match expected: datetime <<<
Pls I need help in this, on how to fix it.

There might be a bug with the between query. I suggest using greater than and less than. Also, to format the datetime you can call datetime.toUtc().toIso8601String()
or something like that

Okay, I will try that and get back to you. Thanks

Okay, thanks it worked, can believe this gave me issues, but using the less than and greater then query helps alot, seems like the between query have a bug in it π€·.
Incase some one face the issue in the future, you might have to make some tweek on the datetime format cus you will be using .toUtc cus of the server time zone and that might not match well with your local time zone.
I simply just added one day to the days and use less than instead of less then and equal query.
Thanks π―

[Solved] How to get documents using the between query on a datetime value in flutter/appwrite
Recommended threads
- Is Appwrite Pro available for teachers?
Hi everyone π I noticed that Appwrite Pro is available for free as part of the GitHub Student Developer Pack, which is amazing! Iβm a university faculty memb...
- Change Plan Issue
Hello, Iβm running at pro plan at the moment, But I want to go back and change the plan to free plan, But in my billing section my free plan is unable and I can...
- Treafik dashboard and ssl
I tried to use Appwrite as self hosted. Everything is cool, but I want to see the traefik dashboard. Is there any way to put out to a subdomain (like dashboard....
