You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Jeffrey (JIRA)" <ji...@apache.org> on 2015/07/13 05:27:04 UTC

[jira] [Created] (USERGRID-835) Implement QueryBuilder for SDKs

Jeffrey  created USERGRID-835:
---------------------------------

             Summary: Implement QueryBuilder for SDKs
                 Key: USERGRID-835
                 URL: https://issues.apache.org/jira/browse/USERGRID-835
             Project: Usergrid
          Issue Type: Story
            Reporter: Jeffrey 


Implement QueryBuilder for SDKs.

Along the lines of:

collection(foo)
.filter(color, red)
.contains(text, field)
.limit(10)
.gte(size, 1)
.descending()
.get()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)