openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #03203
Re: lp:~yann-papouin/ocb-addons/6.1-bug-1267845-product-and-category-search-improved-usability into lp:ocb-addons/6.1
Yes, letting postgres do that is simpler and faster I guess.
Concerning the regex:
>>> import re
>>> re.compile('(\[(.*?)\]?)').search('[bla')
<_sre.SRE_Match object at 0x7f0be1590558>
That seems to work for me.
Looks good otherwise!
--
https://code.launchpad.net/~yann-papouin/ocb-addons/6.1-bug-1267845-product-and-category-search-improved-usability/+merge/201192
Your team OpenERP Community Backports Team is subscribed to branch lp:ocb-addons/6.1.
References