[Zope3-Users] Adding indexes to a Catalog tool subclass
    Gary Poster 
    gary at zope.com
       
    Wed Sep 28 08:47:49 EDT 2005
    
    
  
On Sep 28, 2005, at 1:53 AM, Tom Dossis wrote:
> I can add a tool which is a simple subclass of Catalog.
> However if I try to add some index(es) in the constructor it fails  
> with a NotYet error (see below).
>
> Is there a simple way to achieve this?
Yes.  Don't add the indexes with the constructor.  Add the catalog as  
a full utility first, as I described in my previous email, then start  
adding indexes.
Gary
    
    
More information about the Zope3-users
mailing list