Page 1 of 1

How to call query service in ionic angular js?

Posted: Tue Jul 07, 2015 10:22 am
by Anuj Kumar

I m not able to pass where parameter while calling query service in angular js??


How to call query service in ionic angular js?

Posted: Tue Jul 07, 2015 5:36 pm
by Anuj Kumar

someone please reply..
its pretty urgent for me


How to call query service in ionic angular js?

Posted: Tue Jul 07, 2015 6:01 pm
by Evgene Karachevtsev

Hello Anuj,

We are working on it.
I will let you know when have more information from developers team.


How to call query service in ionic angular js?

Posted: Wed Jul 08, 2015 9:40 am
by Alena Prykhodko

Hello,

Please follow this doc https://devcenter.appery.io/documenta...
Tell us what you have tried and what does not work.


How to call query service in ionic angular js?

Posted: Fri May 06, 2016 1:12 am
by Jamo

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?


How to call query service in ionic angular js?

Posted: Fri May 06, 2016 5:27 pm
by Serhii Kulibaba

Hello Jamo,

You are right, you are able to use return statement there.


How to call query service in ionic angular js?

Posted: Mon Jul 20, 2020 2:24 pm
by Dannon Gruver

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

Re: How to call query service in ionic angular js?

Posted: Wed Mar 06, 2024 9:05 am
by ahmet571
Hi I Have also a question about Calling a query from IONIC5
Is ther anyone who can help me?