Hello I host a hobo app on heroku and they use postgres as database In my DEV environment I run mysql.
The hobo search behaves different depending on which database is used (mysql/postgres) Postgres is case sensitive while mysql is not. Does anything speak against modifying the search code in such a way that the search entry is lowercased and the fields that are searched against are lowercased in building up the SQL. I did find it rather hard to find a way to overrule or overwrite the search method and a clean implmentation of this would probably be beneficial to all. Any thoughts on this? Thanx Roland -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
