Merlin wrote:
Hi there,

I am facing problems with fulltext search on MySQL 4.0.18

Problem is, that words which are not seperated by space are not found.
Example:
A search for "dsl" will not find "DSL-Modem"
I looked it up on mysql.com help, but despite the fact that this is not seperated by space and only 3 letter, I could not find a solution.

Can anybody point me to the right way? Thank you for any help,

Minimum word length for full text index is four by default.

Information about changing default behaviour:
http://dev.mysql.com/doc/mysql/en/fulltext-fine-tuning.html

Regards, Jigal.

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

Reply via email to