for two days now I have been searching in my cpanel server (i have root access) where the config file is so I can add a true_word_char() the hyphen ('-') to the list. But I can't find it. I have done a search in SSH but no results.

Mysql Says

http://dev.mysql.com/doc/refman/5.0/...ne-tuning.html

If you want to change the set of characters that are considered word characters, you can do so in two ways. Suppose that you want to treat the hyphen character ('-') as a word character. Use either of these methods:

* Modify the MySQL source: In myisam/ftdefs.h, see the true_word_char() and misc_word_char() macros. Add '-' to one of those macros and recompile MySQL.
* Modify a character set file: This requires no recompilation. The true_word_char() macro uses a “character type” table to distinguish letters and numbers from other characters. . You can edit the <ctype><map> contents in one of the character set XML files to specify that '-' is a “letter.” Then use the given character set for your FULLTEXT indexes.
But I can't find this on any forums or any documentation. Someone please help! Much appreciation. I will buy you a virtual beer. HEHE

Thanks in advance,