Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-01 | use styled divs instead of center tags | Joey Hess | |
More could be done to modernize this html, but I don't want to diverge too far from the one in xapian. | |||
2008-07-19 | Use correct term prefixes when searching. | Gabriel McManus | |
The Z term prefix is for stemming and shouldn't be used here. X is for custom fields. | |||
2008-06-04 | finishing touches on the new search plugin | Joey Hess | |
- Add a Help link. - If the pageterm is too long, hash it. | |||
2008-06-04 | The search interface now allows searching for a page by title ("title:foo"), ↵ | Joey Hess | |
as well as for pages that contain a given link ("link:bar"). | |||
2008-06-03 | prettify page names, and drop the redunadant url display | Joey Hess | |
2008-06-03 | search: Converted to use xapian-omega. | Joey Hess | |
Everything is done except for the actual indexing. I plan to do incremental indexing as pages change. |