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/12/03 00:59:11 UTC

[jira] [Created] (USERGRID-1158) [IRT] Test querying within object hierarchy - array

Jeffrey  created USERGRID-1158:
----------------------------------

             Summary: [IRT] Test querying within object hierarchy - array
                 Key: USERGRID-1158
                 URL: https://issues.apache.org/jira/browse/USERGRID-1158
             Project: Usergrid
          Issue Type: Story
            Reporter: Jeffrey 



/mycollection/thing?ql="select * where items.name = 'rocks'"

{
 "items": [
  {
   "name": "rocks"
  },
  {
   "name": "boats"
  }
 ]
}



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