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
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...