[Zope3-Users] Problem with SetIndex (from zc.catalog)
    Gary Poster 
    gary at zope.com
       
    Mon Mar 20 20:21:12 EST 2006
    
    
  
Tom Dossis wrote:
> Tom Dossis wrote:
>
>> Gary Poster wrote:
>>
>>>
>>> Use the ones in zc.catalog.catalogindex.py instead: they do the  
>>> necessary mixing-in for zope.app.catalog friendliness, without a patch.
>>
>>
>> Looks like I missed it - thank you.
>> The purpose of the patch was to convert documentCount & workCount to 
>> methods for the advanced view.
>> I'll try it out.
>>
>
> Turns out I was using zc.catatlog.catalogindex.SetIndex and the patch 
> was to convert the above attributes to methods.  From memory they were 
> showing up as repr's in the advanced catalog page.  Maybe there was a 
> way to achieve this via zcml?
Ah-ha!  No, sounds like I just misimplemented.  I'll fix that up soon 
(unless you'd like to check in the fix with some small easy tests?)
Thanks
Gary
    
    
More information about the Zope3-users
mailing list