[Zope] Re: record count in catalog

Andreas Jung lists at zopyx.com
Thu Jun 19 14:45:29 EDT 2008



--On 19. Juni 2008 20:35:29 +0200 Dieter Maurer <dieter at handshake.de> wrote:

> Tres Seaver wrote at 2008-6-15 16:18 -0400:
>> ...
>>> The Catalog tab in my catalog says this:
>>>
>>> The catalog "mycatalog" contains 30,345 record(s) in the path "/".
>>>
>>> But when I sort and return a list of cataloged objects I only have
>>> 19,881.
>>>
>>> Here is the script call to retrieve the records:
>>>
>>> context.mycatalog.search( {}, sort_index='lastname' )
>>>
>>> Why don't the numbers match up?
>>
>> Some of your objects don't have a 'lastname' attribute, and so when
>> sorting, they get dropped.
>
> Should we not consider this a bug and fix it?

+1 for the bug prospective :-)

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20080619/8959fc62/attachment.bin


More information about the Zope mailing list