25 Jun
2006
25 Jun
'06
8:24 p.m.
bard stéphane wrote at 2006-6-24 19:38 +0200:
Today i try to create another zclass on the same zope server (2.6) zclass with zobject,zcatalogaware inheritance and the zcatalogawareness don't work any more. And I don't know why !!!!!!
So each time a property is modified i should
"ZcatalogAware" never triggered reindexing when a property was changed -- only indexing when the object was created and unindexing when it was deleted. Call "indexObject" (or "reindexObject") after you have make changes. -- Dieter