Re: [web2py] Re: GAE datastore: how to unindex a field?

2012-08-12 Thread Felipe Meirelles
Just reviving this topic. Its not setable via index.yaml. On Wednesday, May 16, 2012 1:07:10 PM UTC-3, howesc wrote: actually the question at hand here i think is whether or not web2py can support indexed=False in the property constructor when defining GAE models:

[web2py] Re: GAE datastore: how to unindex a field?

2012-05-16 Thread Wikus van de Merwe
This is really a GAE question, not related to web2py. By default the indexes are set automatically when you run your app in dev environment depending on what queries you use. But you can do it manually to by editing the index.yaml (above the #AUTOGENERATED line). On the next deploy the indexes

Re: [web2py] Re: GAE datastore: how to unindex a field?

2012-05-16 Thread Christian Foster Howes
actually the question at hand here i think is whether or not web2py can support indexed=False in the property constructor when defining GAE models: https://developers.google.com/appengine/docs/python/datastore/propertyclass class Property(verbose_name=None, name=None, default=None,

[web2py] Re: GAE datastore: how to unindex a field?

2012-05-14 Thread howesc
is that controllable via index.yaml? On Monday, May 14, 2012 5:02:55 AM UTC-7, Felipe Meirelles wrote: Hi, I'm porting a commercial project from django + djangoappengine ( http://www.allbuttonspressed.com/) to web2py and one thing I could'nt find at all is how to manage per field indexes