c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15565
[Bug 715773] [NEW] [6.0] search on selection fields - ilike and index
Public bug reported:
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: Undecided
Status: New
--
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/715773
Title:
[6.0] search on selection fields - ilike and index
Status in OpenERP Web Client:
New
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.
Follow ups
-
[Bug 715773] Re: [6.0] web client should use exact match search (=) for searching on fields.selection
From: Xavier (Open ERP), 2011-04-01
-
[Bug 715773] Re: [6.0] web client should use exact match search (=) for searching on fields.selection
From: Xavier (Open ERP), 2011-03-11
-
[Bug 715773] Re: [6.0] web client should use exact match search (=) for searching on fields.selection
From: Sananaz (Open ERP), 2011-03-11
-
[Bug 715773] Re: [6.0] web client should use exact match search (=) for searching on fields.selection
From: Sananaz (Open ERP), 2011-03-11
-
[Bug 715773] Re: [6.0] web client should use exact match search (=) for searching on fields.selection
From: Launchpad Bug Tracker, 2011-03-11
-
[Bug 715773] Re: [6.0] web client should use exact match search (=) for searching on fields.selection
From: Sananaz (Open ERP), 2011-03-11
-
[Bug 715773] Re: [6.0] web client should use exact match search (=) for searching on fields.selection
From: Jacques-Etienne Baudoux (OpenERP), 2011-02-21
-
[Bug 715773] Re: [6.0] web client should use exact match search (=) for searching on fields.selection
From: Navrang Oza (Open ERP), 2011-02-18
-
[Bug 715773] Re: [6.0] search on selection fields - ilike and index
From: Olivier Dony (OpenERP), 2011-02-17
-
[Bug 715773] Re: [6.0] search on selection fields - ilike and index
From: Jacques-Etienne Baudoux (OpenERP), 2011-02-17
-
[Bug 715773] Re: [6.0] search on selection fields - ilike and index
From: Devishree Brahmbhatt (OpenERP), 2011-02-11
-
[Bug 715773] Re: [6.0] search on selection fields - ilike and index
From: Jacques-Etienne Baudoux (OpenERP), 2011-02-10
-
[Bug 715773] Re: [6.0] search on selection fields - ilike and index
From: Jacques-Etienne Baudoux (OpenERP), 2011-02-10
-
[Bug 715773] Re: [6.0] search on selection fields - ilike and index
From: Devishree Brahmbhatt (OpenERP), 2011-02-10
-
[Bug 715773] [NEW] [6.0] search on selection fields - ilike and index
From: Jacques-Etienne Baudoux, 2011-02-09
References