j
k
j a
j l
oh. Forgot to mention. For mysql fulltext searching, I had to add a fulltext index.
<code> ALTER TABLE Packages ADD FULLTEXT (Name,Description); REPAIR TABLE Packages QUICK; </code>
Back to the thread
Back to the list