Alex, Emmanuel:<div><br></div><div>Thanks for the heads up. Is working again, will wait for 4.0.1 for the indexed version (we've about 2000 tickets so it isn't too painful right now without it).</div><div><br></div>
<div>Regards,</div><div>Gary<br><br><div class="gmail_quote">On 23 May 2011 15:11, Alex Vandiver <span dir="ltr"><<a href="mailto:alexmv@bestpractical.com">alexmv@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Mon, 2011-05-23 at 14:45 +0100, Gary Holmes wrote:<br>
> Only thing that does not seem to work any more is searching for<br>
> tickets by looking for words in the body of messages. In 3.8 we used<br>
> "fulltext:word" to search. This returns nothing in RT4. Is there<br>
> anything equivalent, or have I missed something?<br>
<br>
</div>As Emmanuel notes, you need to:<br>
<br>
        Set( %FullTextSearch,<br>
          Enable => 1<br>
        );<br>
<br>
...to enable the 3.8 unindexed FTS functionality.  This became disabled<br>
by default in 4.0 because of the performance implications of the search<br>
on most large deployments.  If you want indexed FTS, we suggest you wait<br>
for 4.0.1, as it contains a number of critical bugfixes and<br>
documentation updates in this codepath.<br>
<font color="#888888"> - Alex<br>
<br>
<br>
</font></blockquote></div><br></div>