I need to change query generated by the filter action. The module "emp" was generated by propel-init-admin and I've put filters: [ ename ] in the generators.yml. I need to be able to modify this search and force it to ignore case. What I need is the following: lower(ename) like lower($value). Can anybody tell me which file to modify and give an example. Symfony is a nice product but the documentation is attrocious.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
