I m not able to pass where parameter while calling query service in angular js??
I m not able to pass where parameter while calling query service in angular js??
someone please reply..
its pretty urgent for me
Hello Anuj,
We are working on it.
I will let you know when have more information from developers team.
Hello,
Please follow this doc https://devcenter.appery.io/documenta...
Tell us what you have tried and what does not work.
Hi - I didn't see a response to this question?
I have the same question as I am unable to get the "where" clause to work with a query service with IONIC/AngularJS. Should I be using the same "return" JS as in other forum answers?
Hello Jamo,
You are right, you are able to use return statement there.
Code: Select all
//...the remaining is removed for brevity } So ok now that the where clause works and filters down to 2 rows the same where clause is used in the code. Please see the code below. There are multiple attempts to pass the where clause into Apperyio.get() but for every attempt the full collection is returned instead of the 2 rows. var requestData ={}; requestData.params = {}; requestData.params.query = { ""include"": ""TestColl