[Zope] zcatalog strange behavior
Dieter Maurer
dieter at handshake.de
Sun Jun 25 16:24:49 EDT 2006
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
More information about the Zope
mailing list