i'm trying filter email = myemail@gmail.com, in https://cloud.appwrite.io/v1/users?search=myemail@gmail.com Using just search, information appears that has no relation to what I'm looking for... is there any way to filter without using the Query API in REST requests?
I haven't read it yet, but how do I send the query in the url? Does it need to be in the body or in the parameters?
awesome !
solution to other users > request : GET https://cloud.appwrite.io/v1/users?queries[]=equal("email", "myemail.@gmail.com")
[SOLVED] Query.Filter in Rest ?
Recommended threads
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...
- Help
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...