summaryrefslogtreecommitdiff
path: root/ikiwiki/search.mdwn
blob: 94be2b2413ec31994e6b7db4b7cd57263020c089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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!