Changes

Jump to navigation Jump to search
12 bytes added ,  04:39, 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 29: Line 31:  
ideal; you should read the Sphinx documentation to understand how to
 
ideal; you should read the Sphinx documentation to understand how to
 
configure it to better suit your needs.
 
configure it to better suit your needs.
 +
<pre>
    
source rt {
 
source rt {
Line 47: Line 50:  
     sql_query_info  = SELECT * FROM Attachments WHERE id=$id
 
     sql_query_info  = SELECT * FROM Attachments WHERE id=$id
 
}
 
}
  −
<pre>
      
index rt {
 
index rt {
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu