#1191 - Can't Find Fulltext Index Matching The Column List Code Example


Example: Can't find FULLTEXT index

ALTER TABLE `items` ADD FULLTEXT(`item_title`,`item_description`); SELECT *  FROM items  WHERE MATCH (item_title,item_description) AGAINST ('dog');

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable