Module: LikeSearch
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/like_search.rb,
lib/like_search/version.rb
Overview
Current db connection through config ActiveRecord::Base.connection_config => “mysql2”
Defined Under Namespace
Modules: ClassMethods, SearchMethods
Constant Summary collapse
- DB =
{ :postgres => "{field} ilike ?", :sqlite => 'LOWER({field}) like LOWER(?)' }
- VERSION =
"0.0.2"