From 0d9539d577886549b51d2bf70167db05f3f2514c Mon Sep 17 00:00:00 2001
From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Wed, 29 Mar 2006 22:21:23 +0000
Subject: added --hyperestraier switch, which turns on search support

(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
---
 doc/features.mdwn         | 5 +++++
 doc/ikiwiki.setup         | 2 ++
 doc/todo/done/search.mdwn | 4 ++++
 doc/todo/search.mdwn      | 4 ----
 doc/usage.mdwn            | 5 +++++
 5 files changed, 16 insertions(+), 4 deletions(-)
 create mode 100644 doc/todo/done/search.mdwn
 delete mode 100644 doc/todo/search.mdwn

(limited to 'doc')

diff --git a/doc/features.mdwn b/doc/features.mdwn
index eaf0d539f..3b3b8ff9b 100644
--- a/doc/features.mdwn
+++ b/doc/features.mdwn
@@ -102,6 +102,11 @@ Currently implemented:
 
   Wiki admins can lock pages so that only other admins can edit them.
 
+* Full text search
+
+  ikiwiki can use the [[HyperEstraier]] search engine to add powerful
+  full text search capabilities to your wiki.
+
 ----
 
 It also has some [[TODO]] items and [[Bugs]].
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index bd82f3d10..17b647e75 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -46,4 +46,6 @@ use IkiWiki::Setup::Standard {
 	#anonok => 1,
 	# Generate rss feeds for pages?
 	rss => 1,
+	# Use the Hyper Estraier search engine?
+	#hyperestraier => 1,
 }
diff --git a/doc/todo/done/search.mdwn b/doc/todo/done/search.mdwn
new file mode 100644
index 000000000..cbbec7d97
--- /dev/null
+++ b/doc/todo/done/search.mdwn
@@ -0,0 +1,4 @@
+* page name substring search
+* full text (use third-party tools?)
+    - hyperestraier looks nice
+
diff --git a/doc/todo/search.mdwn b/doc/todo/search.mdwn
deleted file mode 100644
index cbbec7d97..000000000
--- a/doc/todo/search.mdwn
+++ /dev/null
@@ -1,4 +0,0 @@
-* page name substring search
-* full text (use third-party tools?)
-    - hyperestraier looks nice
-
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.
-- 
cgit v1.2.3