Possible Duplicate:
Filtering by entity key name in Google App Engine on Python
When I look at the datastore on my dev server admin console:
Key ID ....
ag5zcn... 12001
but when I look at the datastore on AppEngine for the same application, I get something like:
ID/Name
id=1348
I want to retrieve a batch of entities based on "ID" >= $someid. How would I do that?