Daniel Rossi <[EMAIL PROTECTED]> wrote: > Can someone please tell me if my problem with the punctuation in a fulltext search > is a bug or limitation? Ultimately the users of the system i built do not want to > have to try using the + search then trying the * search for all the words which will > obviouslly return a lot of results, is there a work around please let me know thanks. > >
It's not a bug, it's how full-text search works. If you specify as a search word "SEARCH_WORD" without * operator, MySQL finds rows that contain "SEARCH_WORD" as entry word, not as a part of some word. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]