Created
December 8, 2015 00:46
-
-
Save sevenseacat/6b0487cc855616cd74be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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