summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/features.mdwn5
-rw-r--r--doc/ikiwiki.setup2
-rw-r--r--doc/todo/done/search.mdwn (renamed from doc/todo/search.mdwn)0
-rw-r--r--doc/usage.mdwn5
4 files changed, 12 insertions, 0 deletions
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/search.mdwn b/doc/todo/done/search.mdwn
index cbbec7d97..cbbec7d97 100644
--- a/doc/todo/search.mdwn
+++ b/doc/todo/done/search.mdwn
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.