Ralph Guzman wrote:

I have to do a catalog search through multiple tables and columns for
product model number, description, and name. I realize that doing
pattern matching with multiple LIKE statements is slow so I found that
FULLTEXT searches is a better alternative.


I have added a FULLTEXT index to the tables I'm searching, but I get an
unkown error when I run my query:

what means 'unknown error' ? did MySQL tell you 'unknown error'? or do you get no results? or a timeout? or whatever?

--
Sebastian Mendel

www.sebastianmendel.de
www.tekkno4u.de
www.nofetish.com


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to