Filtering external JSON data
I am using a couple of JSON feeds from an external website in my app, and they are supplying data well. However, when I try to filter them, I simply get the full dataset rather than just the filtered results. I am using a where parameter and using the normal JSON data format as described in http://devcenter.appery.io/documentat...
Any ideas?