lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

Filter case sensetive in postgresql #39

Closed sluchznak closed 8 years ago

sluchznak commented 8 years ago

Hello, filter is case sensetive

Quexer69 commented 8 years ago

Could you please give some more information ? Thanks

sluchznak commented 8 years ago

https://monosnap.com/file/s92KseQWTw78YUSrucSBa7vfnWfURY https://monosnap.com/file/wm4JXnQPY2Dcl2IufQbgzcZ5NK2QzY

sluchznak commented 8 years ago

DB is PostgreSQL 9.4.3 on x86_64-apple-darwin14.3.0, compiled by Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn), 64-bit

sluchznak commented 8 years ago

Could you set lower or upper case strings before compare

sluchznak commented 8 years ago

in postgresql to search in case insensetive mode used command ILIKE

Quexer69 commented 8 years ago

PR welcome :)