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)