I have not yet had the chance to try it out but the acrylamid static blog generator written in Python ships with its own JS search [0] using compressed suffix trees. It's probably inspired by Sphinx, the Python doc generator, which has a similar feature [1].
For static blogs, I think this could be used as a first level of search, instead of directly going to Google first.
For static blogs, I think this could be used as a first level of search, instead of directly going to Google first.
[0] http://posativ.org/acrylamid/static-search.html
[1] http://stackoverflow.com/questions/605888/whats-the-search-e...