aboutsummaryrefslogtreecommitdiff
path: root/templates/searchquery.tmpl
Commit message (Collapse)AuthorAge
* Add classes to form in search resultssajolida2014-11-26
| | | | | This is needed to style it, for example to reduce the width of the text input and prevent layout issues.
* track escaping change in upstream templateJoey Hess2011-09-27
| | | | | | This is not belived to be XSS exploitable due to other checks in ikiwiki. Thanks Olly Betts for review.
* use styled divs instead of center tagsJoey Hess2010-05-01
| | | | | More could be done to modernize this html, but I don't want to diverge too far from the one in xapian.
* Use correct term prefixes when searching.Gabriel McManus2008-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 pluginJoey Hess2008-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 Hess2008-06-04
| | | | as well as for pages that contain a given link ("link:bar").
* prettify page names, and drop the redunadant url displayJoey Hess2008-06-03
|
* search: Converted to use xapian-omega.Joey Hess2008-06-03
Everything is done except for the actual indexing. I plan to do incremental indexing as pages change.