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 <[email protected]> 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 an 'unexpected keyword' error msg.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to