How to make MySQL treat underscore as a word separator for fulltext search?
问题 I am using MySQL fulltext and PHP (codeigniter) to search a database containing RSS items. Problem is some of these items's titles use underscores instead of spaces. Since MySQL considers underscores as part of a word, these items will never be matched in the search, unless the user types the exact title including underscores. Server is shared so I don't have access to MySQL Server System Variables. Can this behavior be changed in some other way? Can this maybe be done through the search