]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/search.mdwn
Pass a destpage parameter to the sanitize hook.
[git.ikiwiki.info.git] / doc / plugins / search.mdwn
1 [[template id=plugin name=search author="[[Joey]]"]]
2 [[tag type/useful]]
4 This plugin adds full text search to ikiwiki, using the
5 [xapian](http://xapian.org/) engine, its
6 [omega](http://xapian.org/docs/omega/overview.html) frontend,
7 and the [[cpan Search::Xapian]] perl module. (The [[cpan HTML::Scrubber]]
8 perl module will also be used, if available.)
10 Ikiwiki will handle indexing new and changed page contents. Note that since
11 it only indexes page contents, files copied by the [[rawhtml]] plugin will
12 not be indexed, nor will other types of data files.
14 There is one setting you may need to use in the config file. `omega_cgi` 
15 should point to the location of the omega cgi program. The default location
16 is `/usr/lib/cgi-bin/omega/omega`.