]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/search.mdwn
workaround noworkaround
[ikiwiki.git] / doc / plugins / search.mdwn
index 92cc5945a27489c9118e272582bd15651456c3dd..f116649c1006ee1ed68d16de8e16d1de049bd458 100644 (file)
@@ -4,8 +4,8 @@
 This plugin adds full text search to ikiwiki, using the
 [xapian](http://xapian.org/) engine, its
 [omega](http://xapian.org/docs/omega/overview.html) frontend, and the
-[[!cpan Search::Xapian]], [[!cpan Digest::SHA1]], and [[!cpan HTML::Scrubber]]
-perl modules.
+[[!cpan Search::Xapian]], [[!cpan Digest::SHA]], and [[!cpan HTML::Scrubber]]
+perl modules (on debian, check that you have packages `libsearch-xapian-perl`, `libdigest-sha-perl` and `libhtml-scrubber-perl` installed).
 
 The [[ikiwiki/searching]] page describes how to write search queries.