diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 22:21:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 22:21:23 +0000 |
commit | 0d9539d577886549b51d2bf70167db05f3f2514c (patch) | |
tree | 008251aa2b1c5f3f5cb30ec122f2751cda8f3b00 /doc/usage.mdwn | |
parent | a4eaf056202dc87ab529896cafac082eb987d525 (diff) | |
download | ikiwiki-0d9539d577886549b51d2bf70167db05f3f2514c.tar ikiwiki-0d9539d577886549b51d2bf70167db05f3f2514c.tar.gz |
added --hyperestraier switch, which turns on search support
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 9a8b97ceb..228d4e595 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -143,6 +143,11 @@ These options configure the wiki. Currently allows locking of any page, other powers may be added later. May be specified multiple times for multiple admins. +* --hyperestraier + + Enables use of the [[HyperEstraier]] search engine for full test page + searches. + * --verbose Be vebose about what it's doing. |