Skip to content

Instantly share code, notes, and snippets.

@ken-muturi
Created November 17, 2013 06:27
Show Gist options
  • Select an option

  • Save ken-muturi/7510081 to your computer and use it in GitHub Desktop.

Select an option

Save ken-muturi/7510081 to your computer and use it in GitHub Desktop.
Natural Language Full-Text Searches
SELECT * FROM articles
WHERE MATCH (title,body) AGAINST ('database');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment