Simple Column Search plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install git://github.com/jqr/simple_column_search.git
Examples
class User simple_column_search :first_name, :last_name end User.search('elijah') # => anyone with first or last name elijah User.search('miller') # => anyone with first or last name miller User.search('elijah miller') # => anyone with first or last name elijah AND # anyone with first or last name miller
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, over 3 years ago

