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
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...