<div dir="ltr"><code>I have an RT 4.2.6 install running on MariaDB.<br><br>I installed the Sphinx extension into MariaDB following these isntructions: <a href="https://mariadb.com/kb/en/mariadb/documentation/storage-engines/sphinx-storage-engine/about-sphinxse/">https://mariadb.com/kb/en/mariadb/documentation/storage-engines/sphinx-storage-engine/about-sphinxse/</a><br>

<br>After that I followed the directions on <a href="https://www.bestpractical.com/docs/rt/4.2.6/full_text_indexing.html">https://www.bestpractical.com/docs/rt/4.2.6/full_text_indexing.html</a></code><br><pre><code>The output of sbin/rt-setup-fulltext-index gave me some good defaults, I changed a few sphinx settings like file locations and port numbers.<br>

<br>If I connect to the database manually and run <br>select * from AttachmentsIndex WHERE query='wiki;mode=any';<br><br>I get some results back, and I see <br><br>[Tue Aug 26 23:42:17.254 2014] 0.000 sec 0.000 sec [any/0/rel 122 (0,20)] [rt] wiki<br>

<br>In the Sphinx log.<br><br><br>However, when I try and do a search in RT, I don't get back content results and I don't see anything appear in the sphinx log<br><br>What am I doing wrong?<br></code></pre></div>