binarylogic / searchlogic

Searchlogic provides object based searching, common named scopes, and other useful tools.
http://rdoc.info/projects/binarylogic/searchlogic
MIT License
1.39k stars 133 forks source link

Case Insensative Conditions #87

Closed zacheryph closed 6 years ago

zacheryph commented 14 years ago

It would be nice if there was some option to tell searchlogic to do case insensative conditions. maybe like the following.

Model.search( :case_insensative => true, conditions... )