Page 1 of 1

Generic service x json query string

Posted: Tue Jun 16, 2015 8:14 pm
by RCMX

Hi,

I'm using Generic service to extract data from a json file locally and show into a list component. This is done.
My question is how to filter the JSON data because the request does not have the " Query String " option?

Thanks.


Generic service x json query string

Posted: Wed Jun 17, 2015 9:38 am
by Evgene Karachevtsev

Hello RCMX,

Please check these posts, hope they will be useful for you:
https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...


Generic service x json query string

Posted: Wed Jun 17, 2015 1:51 pm
by RCMX

Thanks for reply.

I found a solution using $.grep before settings.complete and using settings.data.someParameter to pass the filter string.

Thanks again.