Hello,
has anybody any idea why this happens?
prod_search has this value - the best dance album in the world ever
SELECT * FROM `products` WHERE MATCH (prod_search) AGAINST ('best')
This returns no records
SELECT * FROM `products` WHERE MATCH (prod_search) AGAINST ('album')
This returns records
prod_search is a field specfied as a FULLTEXT index
Now I thought the limitation was 3 characters not 4?
Can anybody help?
Thanks