You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by Shaozhuang Liu <st...@apache.org> on 2014/04/09 10:05:03 UTC

question w/ service

Hi there,

I’m really confused about these service / parameters / service requests / query stuffs :(

would you explain a little bit to me?
basically I want to know if the service request supports things like “/users/ql=select * where age > 18/devices” to get all users’ connected devices  that the user is 18+

if this works, could you point me to the code where this get processed? the “getContext” method?

Re: question w/ service

Posted by ryan bridges <ry...@fasterness.com>.
Usergrid does support what you're asking. I don't think it is properly
documented in the apache docs, but there is a section for matrix parameters
in the Apigee documentation.

http://apigee.com/docs/app-services/content/working-queries#complex-queries-matrix-parameters-

-ryan


On Wed, Apr 9, 2014 at 4:05 AM, Shaozhuang Liu <st...@apache.org> wrote:

> Hi there,
>
> I’m really confused about these service / parameters / service requests /
> query stuffs :(
>
> would you explain a little bit to me?
> basically I want to know if the service request supports things like
> “/users/ql=select * where age > 18/devices” to get all users’ connected
> devices  that the user is 18+
>
> if this works, could you point me to the code where this get processed?
> the “getContext” method?