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