openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #03137
[Bug 715773] [NEW] [6.0] search on selection fields - ilike and index
Olivier Dony (OpenERP) (odo) has assigned this bug to you for OpenERP Web Client:
When you perform a search on a selection field in the web client, the generated expression doesn't use the correct operator "=" but "ilike"
it should be:
[('state', '=', 'draft')]
instead of
[('state', 'ilike', 'draft')]
First it is not correct and secondly, it's breaking the use of the
indexes.
** Affects: openobject-client-web
Importance: Low
Assignee: OpenERP SA's Web Client R&D (openerp-dev-web)
Status: Confirmed
** Tags: profserv
--
[6.0] search on selection fields - ilike and index
https://bugs.launchpad.net/bugs/715773
You received this bug notification because you are a member of OpenERP SA's Web Client R&D, which is a bug assignee.