User:Hef/rt search: Difference between revisions
From Pumping Station One
| Line 18: | Line 18: | ||
I added The following to RT_SiteConfig.pm | I added The following to RT_SiteConfig.pm | ||
<pre> | |||
Set( %FullTextSearch, | Set( %FullTextSearch, | ||
Enable => 1, | Enable => 1, | ||
| Line 24: | Line 25: | ||
Table => 'AttachmentsIndex', | Table => 'AttachmentsIndex', | ||
); | ); | ||
</pre> | |||
Below is a simple Sphinx configuration which can be used to index all | Below is a simple Sphinx configuration which can be used to index all | ||
| Line 30: | Line 32: | ||
configure it to better suit your needs. | configure it to better suit your needs. | ||
<pre> | |||
source rt { | source rt { | ||
type = mysql | type = mysql | ||