set params parameter when i query collection
hello , i want to know how to set params parameter when i query a collection with custom logic for specific field
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
hello , i want to know how to set params parameter when i query a collection with custom logic for specific field
Hello,
You can read more about structure and syntax of queries here http://devcenter.appery.io/documentat...
I was mostly referring to the use of server code [javascript] to do this.
Hello,
Please check here: http://devcenter.appery.io/documentat...
hello , i want to know how to set params parameter when i query a collection with custom logic for specific field using server code
Hello,
Per our policy custom logic is out of scope of support, the doc Katya suggested covers your question (Look Database - query(dbId, collection Name[, params][, token])), also you can search online for more information.