Skip to content

Instantly share code, notes, and snippets.

@sevenseacat
Created December 8, 2015 00:46
Show Gist options
  • Save sevenseacat/6b0487cc855616cd74be to your computer and use it in GitHub Desktop.
Save sevenseacat/6b0487cc855616cd74be to your computer and use it in GitHub Desktop.
class Community < ActiveRecord::Base
include PgSearch
pg_search_scope :search, against: [:name], using: {tsearch: {prefix: true, any_word: true}}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment