
When I try to use the queries argument and even if I'm giving the correct field name of the documents, it still says invalid query: username whereas there is a username field in the document or can i have source for queries argument documentation so that i can understand more.
TL;DR
Problem with using the queries argument in appwrite [python], even when providing correct field names. Error message says "invalid query: username" despite username field existing in the document. Asking for documentation on queries argument for further understanding.
Solution: Check the syntax of the query being used to ensure it matches the field names exactly. Consult appwrite's official documentation for the queries argument for more clarity and guidance.Recommended threads
- Deploy sites confusion (1.7.4) / Node
Hi, I have a project with two version of the same website. One if in french, the other in english. They share the same databases and storage but I've deployed ...
- 1.7.2 Node-appwrite createDocuments from...
Am I correct in my testing that functions with document creation event, wont trigger on calling createDocuments from within a function.
- I am Trying to create my own SMS gateway...
i am using appwrite 1.2.1, where can i edit or add new customSms.php which folder should i check ? then how can i manage to edit appwrite orginal code
