The full-text index is an index of FULLTEXT type, it can be used only with InnoDB or MyISAM table Storage Engine,
and support only for CHAR, VARCHAR, or TEXT columns.
Syntax
MATCH (col1,col2,col3,...) AGAINST (expr [search_modifier]) search_modifier: { IN NATURAL LANGUAGE MODE | IN NATURAL LANGUAGE MODE WITH QUERY EXPANSION | IN BOOLEAN MODE | WITH QUERY EXPANSION }
Related
find the nth highest salary in mysql without limit