You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
a = A.proximity_fetch(A.all().filter("modified ",
timeline).filter("published =", True).filter("modified <=",
bookmark ).order("-modified") ,db.GeoPt(lat, lon),max_results=PAGESIZE
+1, max_distance=m)
What is the expected output? What do you see instead?
order("-modified") should sort by time. Results come out seemingly random
sorted.
What version of the product are you using? On what operating system?
Google App Engine production server + geomodel
Please provide any additional information below.
I'm trying to order by date using db.GeoPt to store google maps coordinates
with GAE and geomodel I can map and match Sao Paulo and can't sort by time
linked http://forum.koolbusiness.com/li?lat=-23.33&lon=-46.38
Original issue reported on code.google.com by [email protected] on 21 Sep 2010 at 8:28
Original issue reported on code.google.com by
[email protected]
on 21 Sep 2010 at 8:28Attachments:
The text was updated successfully, but these errors were encountered: