User:Hef/rt search: Difference between revisions

From Pumping Station One
No edit summary
Line 15: Line 15:


== More output ==
== More output ==
<pre>


You can now configure RT to use the newly-created full-text index by
I added The following to RT_SiteConfig.pm
adding the following to your RT_SiteConfig.pm:


Set( %FullTextSearch,
Set( %FullTextSearch,
Line 49: Line 47:
     sql_query_info  = SELECT * FROM Attachments WHERE id=$id
     sql_query_info  = SELECT * FROM Attachments WHERE id=$id
}
}
<pre>


index rt {
index rt {
Line 73: Line 73:
     unlink_old              = 1
     unlink_old              = 1
}
}
</pre>
</pre>


== Prime things ==
== Prime things ==