Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more filter automagic requested #27

Open
GoogleCodeExporter opened this issue May 28, 2015 · 0 comments
Open

more filter automagic requested #27

GoogleCodeExporter opened this issue May 28, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

It would be nice to have query extended like this:
GeoModel.all().filter("location within",bbox).filter("location 
distance",(geopt,dist)).fetch(count)

Attachement implements .filter("location within",bbox)

in GeoModel there should be

@classmethod
def all(cls,**kwargs):
  return GeoQuery(cls,**kwargs)

Original issue reported on code.google.com by [email protected] on 13 Nov 2010 at 11:58

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant