Skip to content

Comment on How to do search on Google App Engine?

Comments

db.search.SearchableModel

class SearchableModel(db.Model):

"""A subclass of db.Model that supports full text search and indexing. Automatically indexes all string-based properties. To search, use the all() method to get a SearchableModel.Query, then use its search() method.

"""

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.