[Zope3-Users] Problem with SetIndex (from zc.catalog)
    Tom Dossis 
    td at yoma.com.au
       
    Mon Mar 20 17:58:14 EST 2006
    
    
  
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?
    
    
More information about the Zope3-users
mailing list