Hello Jacques-Etienne Baudoux (OpenERP), The fix for web-client has been committed to lp:~openerp-dev/openobject-client-web/trunk-bug-715773-sma with the following revision. Revision-info: 4612 [email protected]
Soon it will be merged into trunk web-client. Thank you for notifying. -- You received this bug notification because you are a member of OpenERP SA's Web Client R&D, which is a bug assignee. https://bugs.launchpad.net/bugs/715773 Title: [6.0] web client should use exact match search (=) for searching on fields.selection Status in OpenERP Web Client: In Progress Bug description: 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. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-web Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-web More help : https://help.launchpad.net/ListHelp

