← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 788106] Re: [6.0 - trunk] cannot search translatable field with =ilike operator

 

** Changed in: openobject-server
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/788106

Title:
  [6.0 - trunk] cannot search translatable field with =ilike operator

Status in OpenERP Server:
  In Progress

Bug description:
  in expression.py, line 359, test for '=ilike' operator is missing
  <                     operator = operator == '=like' and 'like' or operator
  >                     operator = {'=like':'like','=ilike':'ilike'}.get(operator,operator)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/788106/+subscriptions


References