Lets say we have 'ABCD1234EF' word in text. Now to find it, I have to match exact word. The goal is to find it by 'ABCD1234EF', 'ABCD', '1234' or 'EF' strings. NOT by 'CD12' or anything like it. Parameter 'ft_min_word_len' is set to 1.
It's only option to create second column and store splited values there? Could it be done by MySQL?
I have found something on MySQL site http://dev.mysql.com/doc/refman/5.1/en/full-text-plugins.html. But it brings more questions than it solves.
- does it replace original mysql parser?
- how to compile it on Windows machine?