December 2009
4 posts
Everything is a project, even this
– Everything is a project, even this « Scott Berkun
7 tags
Searchlogic, Postgres, and Case Insensitive...
Unfortunately when using postgres the default ordering is case sensitive such that all Capitalized values come before all lowercase values. This seems counter intuitive and certainly not desired in my project. As far as I can tell there is currently no support for case insensitive ordering with searchlogic. I was able to solve this by adding two new named_scopes in...