public
Description: Simple full text search demo for Google App Engine
Homepage: http://www.billkatz.com/2009/6/Simple-Full-Text-Search-for-App-Engine
Clone URL: git://github.com/DocSavage/appengine-search.git
name age message
file .gitignore Mon Jun 29 19:53:30 -0700 2009 Initial commit [DocSavage]
file .gitmodules Wed Jul 01 00:54:14 -0700 2009 Added optional stemming (pyporter2) and increas... [DocSavage]
file app.yaml Thu Jul 16 13:28:41 -0700 2009 Fixed index.yaml, minor alteration. [DocSavage]
file index.yaml Thu Jul 16 13:28:41 -0700 2009 Fixed index.yaml, minor alteration. [DocSavage]
file main.py Thu Jul 16 13:28:41 -0700 2009 Fixed index.yaml, minor alteration. [DocSavage]
directory search/ Thu Jul 16 13:28:41 -0700 2009 Fixed index.yaml, minor alteration. [DocSavage]
directory static/ Mon Jun 29 19:53:30 -0700 2009 Initial commit [DocSavage]
directory tests/ Mon Jul 13 01:26:15 -0700 2009 Added indexed_title_changed() method to handle ... [DocSavage]