
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

Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
