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 03:16:10 UTC

[jira] [Created] (USERGRID-1170) [IRT] Test location query on non-root attribute

Jeffrey  created USERGRID-1170:
----------------------------------

             Summary: [IRT] Test location query on non-root attribute
                 Key: USERGRID-1170
                 URL: https://issues.apache.org/jira/browse/USERGRID-1170
             Project: Usergrid
          Issue Type: Story
            Reporter: Jeffrey 


select * where x.y.z.location within d of x,y
Load 3 entities

Test:
1) entities within specified distance are included and others are not.  ensure correct level of precision or document rounding.
2) test 'not' condition
3) test paging

{
  "x": {
    "y": {
      "z": {
        "location": {
          "lat": 1.0,
          "lon": 2.0
        }
      }
    }
  }
}




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