From e85eb98480d0c7af950859e95819901a20923fe7 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 31 May 2024 14:53:12 -0400 Subject: Begin porting over wiki pages --- wiki/ikiwiki_search.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 wiki/ikiwiki_search.md (limited to 'wiki/ikiwiki_search.md') diff --git a/wiki/ikiwiki_search.md b/wiki/ikiwiki_search.md new file mode 100644 index 0000000..0758a16 --- /dev/null +++ b/wiki/ikiwiki_search.md @@ -0,0 +1,25 @@ +--- +layout: page +title: ikiwiki Search +permalink: /wiki/ikiwiki/search +--- + +This page focuses on properly setting up ikiwiki search on [[ikiwiki/NearlyFreeSpeech]]. + +## Proper Packages + +You will need to install/enable `xapian-omega` in order to use the default ikiwiki search plugin. Switching your NFS realm to "white" should fix this problem but if not, you will need to reach out to support and request they add it for you. + +Once that is complete, edit your `foo.setup` file and update the `omega` path to: + + + /usr/local/www/xapian-omega/cgi-bin/omega + + +Then rebuild your ikiwiki: + + + ikiwiki --setup foo.setup + + +Now your web search should be working! -- cgit v1.2.3-54-g00ecf