SQL Searching via le mot clé

SELECT id, description
FROM table
WHERE MATCH (description) AGAINST('keyword1 keyword2')
Unusual Unicorn