thalessr / himeneu

1 stars 0 forks source link

Doing case insensitive search #27

Closed thalessr closed 9 years ago

thalessr commented 9 years ago

Postegresql has a keyword ilike instead of like http://www.postgresql.org/docs/8.3/static/functions-matching.html . However it will work only on production env. I prefer using WHERE lower(col) = LOWER(?);