Skip to content

Instantly share code, notes, and snippets.

@clouddueling
Created November 12, 2012 18:38
Show Gist options
  • Save clouddueling/4061079 to your computer and use it in GitHub Desktop.
Save clouddueling/4061079 to your computer and use it in GitHub Desktop.
How to create a fulltext index
ALTER TABLE `contacts` ADD FULLTEXT `search` (`first`,`last`,`email`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment