Skip to content

Instantly share code, notes, and snippets.

@dperrymorrow
Last active March 9, 2016 22:10
Show Gist options
  • Save dperrymorrow/2344269 to your computer and use it in GitHub Desktop.
Save dperrymorrow/2344269 to your computer and use it in GitHub Desktop.
Case Agnostic Wild card search
Tag.where 'lower(name) LIKE :search', :search => "%#{search_term}%".downcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment