Skip to content

durran/posterboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

class User < ActiveRecord::Base
  has_many :tags, through: :user_tags
  search_on :first_name, :last_name, tags: :name
end

User.search("Syd Vicious")

About

Full-text search done simple and easy for PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages