🐛 Bug Report: Filters "greaterThan" / "greaterThanEqual" treat all input as numbers. #1175
Open
2 tasks done
Labels
bug
Something isn't working
👟 Reproduction steps
In any collection in the console, try using a String that cant be parsed to a number in combination with a "greater than" or "greater than equal" query.
👍 Expected behavior
The query is executed and documents are shown, similar to how it is handled when "less than" or "less than equal" is used.
👎 Actual Behavior
Error page, and the backend call is executed with null instead of the actual query string.
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Windows
🧱 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: