aboutsummaryrefslogtreecommitdiff
path: root/templates/searchform.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-03 15:29:54 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-03 15:29:54 -0400
commit8a6a5320edc2c8a2ed357463b61f161d5b295fbf (patch)
tree3c2ad4350d247692a4e043a2c98dd56753ea63da /templates/searchform.tmpl
parentc688863cf171df72b57180df746453e3c584f633 (diff)
downloadikiwiki-8a6a5320edc2c8a2ed357463b61f161d5b295fbf.tar
ikiwiki-8a6a5320edc2c8a2ed357463b61f161d5b295fbf.tar.gz
search: Converted to use xapian-omega.
Everything is done except for the actual indexing. I plan to do incremental indexing as pages change.
Diffstat (limited to 'templates/searchform.tmpl')
-rw-r--r--templates/searchform.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/searchform.tmpl b/templates/searchform.tmpl
index 7c4fdb026..d49cf22d3 100644
--- a/templates/searchform.tmpl
+++ b/templates/searchform.tmpl
@@ -1,7 +1,5 @@
<form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform">
<div>
-<input type="text" name="phrase" value="" size="16" />
-<input type="hidden" name="enc" value="UTF-8" />
-<input type="hidden" name="do" value="hyperestraier" />
+<input type="text" name="P" value="" size="16" />
</div>
</form>