Skip to content

Instantly share code, notes, and snippets.

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