Closed wardbeyens closed 1 month ago
Could you provide an example on how to use the api with queries As in the documentation here
queries
my json request should be
{ "userid": "{{userid}}", "queries":[ "search("app", ["com.sec.android.app.shealth"])" ] }
But this breaks the json.
How should queries be used with the search query?
{ "userid": "{{userid}}", "queries": [ "equal(\"app\", [\"com.sec.android.app.shealth\"])" ] }
as described in https://appwrite.io/docs/products/databases/queries
Could you provide an example on how to use the api with
queries
As in the documentation heremy json request should be
But this breaks the json.
How should queries be used with the search query?