Changes

Jump to navigation Jump to search
20 bytes added ,  04:33, 27 August 2014
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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu