Can't find FULLTEXT index matching the column list(No Description) sql: SELECT *, MATCH (description, title) AGAINST ('handles and improves' IN BOOLEAN MODE) AS `searchrelevance` FROM products WHERE MATCH (description, title) AGAINST ('handles and improves' IN BOOLEAN MODE) AND 64225 <> 0 AND enabled = 1 AND hidden = 0 AND offers > 0 AND parent_id = 0 ORDER BY `searchrelevance` LIMIT 6