Skip to content

Instantly share code, notes, and snippets.

@stuartchaney
Created April 9, 2011 16:37
Show Gist options
  • Save stuartchaney/911534 to your computer and use it in GitHub Desktop.
Save stuartchaney/911534 to your computer and use it in GitHub Desktop.
searchlogic examples
Post.name_not_like(‘foo”)
Equates to:
SELECT * FROM "posts" WHERE (post.name NOT LIKE '%foo%')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment