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)