I would like to know if the Geosearch query results are returned in any particular order.
For example:
query = "distance(store_location, geopoint(-33.857, 151.215)) < 45000"
Would the above query return the locations closest to the store_location first, or alternatively is there a way to specify the preferred ordering?