On 12 Jun., 01:09, acuth <
adrian.cuthb...@gmail.com> wrote:
> Hi everyone,
>
> just caught up with one of those Google IO videos about developing
> apps on GAE. I was already using separated out index-blocks so that I
> could restrict what was indexed for SearchableModel. Now I just want
> to return the keys rather than the object themselves.
>
> Does anybody know if it is possible to return just the keys - as per
> SELECT __KEY__ or Query(keys_only=True) - on queries/searches using
> the SearchableModel class, for example:
>
> from google.appengine.ext importsearch
>
> class ItemIB(search.SearchableModel):
> name = db.StringProperty()
>
> ....
you can use gae-search for this. Visit
and take a look at the documentation/demos. I hope you will like it.