[zope2-tracker] [Bug 143378] Re: _apply_index with multiunion
Hanno Schlichting
hanno at hannosch.eu
Thu Apr 1 12:56:02 EDT 2010
This probably applies to the lines:
for k, set in setlist:
if isinstance(set, int):
set = IISet((set,))
r = set_func(r, set)
If this is a range search and the "if operator=="or": set_func = union"
has been set, this could do a multiunion instead of a for loop and a
union.
** Changed in: zope2
Status: New => Confirmed
--
_apply_index with multiunion
https://bugs.launchpad.net/bugs/143378
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
More information about the zope2-tracker
mailing list