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