Brandon Shelley created USERGRID-787: ----------------------------------------
Summary: 'order by created desc' causing no results in location query (affects 1.0, not sure about 2.0) Key: USERGRID-787 URL: https://issues.apache.org/jira/browse/USERGRID-787 Project: Usergrid Issue Type: Bug Components: Stack Affects Versions: 1.0 Reporter: Brandon Shelley Making the following API call returns no results: {code}https://api.usergrid.com/org/app/collection?ql=location%20within%201000%20of%2051.73213%2C%20-1.20631%20order%20by%20created%20desc{code} but this one works: {code}https://api.usergrid.com/org/app/collection?ql=location%20within%201000%20of%2051.73213%2C%20-1.20631{code} Definitely affects 1.0, not tested against 2.x -- This message was sent by Atlassian JIRA (v6.3.4#6332)