Im using appwrite cloud and im getting an error saying AppwriteException: Invalid query: Query type does not match expected: double
Im trying to add a Query to search only products that are between a range of prices
Im going to attach 3 images, one of the attribute, one of my approach to trying to make it work (i supposed i need to convert the values to a float), and one of the console error
TL;DR
User is experiencing an AppwriteException error: "Invalid query: Query type does not match expected: double." This occurs when trying to search for products within a price range. User has attached images of the attribute, their approach to fixing it (converting values to float), and the console error.
Solution: The GitHub link provided has additional details about this issue. It's recommended to review the issue for any bug reports or updates from the Appwrite community.