summaryrefslogtreecommitdiff
path: root/ikiwiki/search.mdwn
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-17 11:55:38 -0500
committerIkiWiki <ikiwiki.info>2023-12-17 11:55:38 -0500
commit41f105a73e7c3b02e8dcc53b6b09680e9cd2695d (patch)
tree9725e61196420cd34353a3942444d47371242b71 /ikiwiki/search.mdwn
parentc2f8e0f9d9b6cff610d4b5e61906b61cf873757c (diff)
Diffstat (limited to 'ikiwiki/search.mdwn')
-rw-r--r--ikiwiki/search.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/ikiwiki/search.mdwn b/ikiwiki/search.mdwn
index d2dfafb..94be2b2 100644
--- a/ikiwiki/search.mdwn
+++ b/ikiwiki/search.mdwn
@@ -1 +1,19 @@
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!