I have a table like this:
Products ( 'id', 'name', 'description', 'location' )
And a search string:
'car 1000 london'
Now what I want to do is:
bring all records where 'car' exists in 'name' or 'description' or 'location'
and
bring all records where '1000' exists in 'name' or 'description' or 'location'
and
bring all records where 'london' exists in 'name' or 'description' or 'location'
How can I search like this..
Thanks
In InnoDB
In MyISAM
Match againsthas a minimum length of 5 chars, see:http://dev.mysql.com/doc/refman/5.5/en/fulltext-restrictions.html