[Zope] Weird ZCatalog issue...

Chris Withers chris at simplistix.co.uk
Fri Oct 27 09:34:17 EDT 2006


This ain't right, anyone else seen this or anything like it?

zopectl debug:
 >>> len(app.some_catalog.unrestrictedSearchResults())
2937144

 >>> i = 0
 >>> for b in app.some_catalog.unrestrictedSearchResults():
....   i+=1
....
 >>> i
821165

wtf?

(Zope 2.8)

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope mailing list