I can currently not use FULLTEXT indexes to search whole words because my server wont allow less characters than 4 in a search string.
I need a workaround then from you guys.
I want to be able to enter 'bmw 330' and then get results from mysql with whole matches like 'bmw 330'.
Should I consider a third party search engine for this?
How can I do this in PHP ?
Thanks