here my table looks like
course{
id,title,description,instructor}
i was trying to match a word from description
this is what i have tried
SELECT * FROM course WHERE MATCH (description) AGAINST ('java' IN BOOLEAN MODE);
got this error Can't find FULLTEXT index matching the column list