Does anybody with profound knowledge of Zope in details know the difference between: - objectIds() - objectValues() - objectItems() I only know what they do. Sometimes I use objectIds() instead of the "richer" objectValues() because I think that only the Ids will be faster to find for the method. Does that make sense? Peter