Anuj Kumar
Posts: 0
Joined: Thu Jun 25, 2015 9:18 am

How to call query service in ionic angular js?

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

Anuj Kumar
Posts: 0
Joined: Thu Jun 25, 2015 9:18 am

How to call query service in ionic angular js?

someone please reply..
its pretty urgent for me

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to call query service in ionic angular js?

Hello Anuj,

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

How to call query service in ionic angular js?

Hello,

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

Jamo
Posts: 0
Joined: Fri May 06, 2016 1:09 am

How to call query service in ionic angular js?

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How to call query service in ionic angular js?

Hello Jamo,

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

Dannon Gruver
Posts: 0
Joined: Tue Jan 19, 2016 1:26 am

How to call query service in ionic angular js?

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
ahmet571
Posts: 1
Joined: Fri Sep 25, 2020 5:01 pm

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

Hi I Have also a question about Calling a query from IONIC5
Is ther anyone who can help me?

Return to “Issues”