full-text mysql search in rails
问题 I'm trying to add a simple mysql full-text search to a small table <2000 entries. Please don't tell me to install solr, or any other search gems. I've tried to run them and it seems to be one issue after another. I'll get around to it one day, but that day is not today. I need to add an add_index migration, but when I run add_index :users, :name, :fulltext I get an error. - undefinded method 'key'. I can't seem to find any documentation anywhere which explains how to make a fulltext mysql