Code review comment for lp:~openerp-dev/openobject-server/6.1-res_partner_address_name_search-rco

Revision history for this message
Raphael Collet (OpenERP) (rco-openerp) wrote :

Reworked name_search() to make a series of incremental search statements instead of a big disjunction. This should handle the potential performance issue. It also stops searching when the search limit has been reached.
Added some comments to justify the code as well.

review: Needs Resubmitting

« Back to merge proposal