swoosh
swoosh

Reputation: 657

gae searchablemodel info

Does anyone know where I can find official documentation on how to use the SearchableModel feature in Google App Engine to perform searches on the datastore? The only information I was able to find was the new Search API for documents only and not individual datastore entries.

Upvotes: 2

Views: 273

Answers (1)

Guido van Rossum
Guido van Rossum

Reputation: 16890

Do not use this class. It is unsupported, undocumented and deprecated. Please use the supported (though currently experimental) full-text search facility instead.

Upvotes: 2

Related Questions