[google-appengine] Re: keys_only does not work with Searchable

2009-08-26 Thread Devel63
Thanks for the workaround! On Aug 25, 5:19 pm, "Jeff S (Google)" wrote: > Hi Devel63, > > Yes I see what you mean. The keys_only argument should be added to the 'all' > class method. As a temporary workaround, you can do > > query = MySearchableModel.all() > query._keys_only = True > > Thanks fo

[google-appengine] Re: keys_only does not work with Searchable

2009-08-25 Thread Jeff S (Google)
Hi Devel63, Yes I see what you mean. The keys_only argument should be added to the 'all' class method. As a temporary workaround, you can do query = MySearchableModel.all() query._keys_only = True Thanks for pointing this out, Jeff On Thu, Aug 20, 2009 at 5:36 PM, Devel63 wrote: > > It see

[google-appengine] Re: keys_only does not work with Searchable

2009-08-24 Thread Nick Johnson (Google)
Hi Devel63, Please file a bug for this on http://code.google.com/p/googleappengine/issues/list . -Nick Johnson On Sun, Aug 23, 2009 at 7:23 PM, Devel63 wrote: > > It seems that the keys_only flag in the Kind.all(keys_only=True) does > not work/compile for the search.Searchable model. > > I get