I am having some issues, well not issues, I just found out that this is the expected behavior of MATCH ... AGAINST.
So I have a search engine and it seems that words that are 3 characters or less return an empty row set even though it should be able to pull out the relevant info. Words like php, seo, net, css.
This worked with LIKE syntax, but I switched to full text to improve the search time result and accuracy.
How can I make it work so it can include those type of words as well ? Thank you.