You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gepd
changed the title
🐛 Bug Report: Query.between doesn't have the right format
🐛 Bug Report: Query.between isn't parsed in the right format
Aug 17, 2023
👟 Reproduction steps
[between("date", ["2023-08-15T04:00:13.989Z","2023-08-15T07:00:21.100Z"])]
Looking the SDK generator repo, it looks like it's the same for all SDK's https://github.com/appwrite/sdk-generator/blob/master/templates/node/lib/query.js.twig#L27
👍 Expected behavior
It should be:
[between("date", "2023-08-15T04:00:13.989Z","2023-08-15T07:00:21.100Z")]
As workaround it's possible to manually write the query and you can work with it
👎 Actual Behavior
The output is:
[between("date", ["2023-08-15T04:00:13.989Z","2023-08-15T07:00:21.100Z"])]
🎲 Appwrite version
Version 1.3.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: