[Zope] Re: ZCatalog indexing help request

Maik Jablonski maik.jablonski@uni-bielefeld.de
Tue, 17 Dec 2002 00:30:51 +0100


Kamal Gill wrote:
>> not this().getProperty('noindex')
> 
> 
> This works for individual page template objects, but I was hoping to 
> ignore collections of objects contained in a folder that contains a 
> 'noindex' property. 

Ok, I didn't got your problem. Next try...:) You'll have to use acquisition:

not getattr(_.this(),'noindex')

this one should do the magic you'll need...

-mj