<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello all,<br>
We have recently upgraded to 4.0.8 (running on SuSE Linux11 SP2; MySQL 5.5)<br>
After upgrade, we learned that Content based search is missing. <br>
<br>
Found this article:<br>
http://blog.bestpractical.com/2011/06/index.html<br>
<br>
Also noted that in MySQL 5.6, Full-text Search function is available:<br>
http://dev.mysql.com/doc/refman/5.6/en/fulltext-search.html<br>
<br>
I am wondering if any one has tried this with MySQL 5.6 and RT 4.x? <br>
<br>
I have RT 4.0.8 working on my test VM with MySQL 5.6.8, but need to confirm if I can use same Index as documented here: http://blog.bestpractical.com/2011/06/index.html<br>
<br>
CREATE TABLE AttachmentsIndex (<br>
id     INTEGER UNSIGNED NOT NULL,<br>
weight INTEGER NOT NULL,<br>
query  VARCHAR(3072) NOT NULL,<br>
INDEX(query)<br>
)<br>
<br>
<br>
Thanks,<br>
<br>
</div>
</body>
</html>