[Zope-dev] ZClass and ZCatalog
Dieter Maurer
dieter@handshake.de
Thu, 5 Jul 2001 19:51:07 +0200 (CEST)
Marco Nova writes:
> Instances of JCEvent are added to a ZCatalog but they are not automatically
> indexed by the catalog. The catalog is named 'events'.
> How can I automaticallly index them ?
You are sure that you understand how indexing works?
There is a correspondence between the index names and
attributes (maybe acquired, maybe parameterless method)
of the index objects.
Does a ZCatalog image match any of your ZClasses attributes?
Dieter