[Zope-dev] Changes to ZCatalog
Casey Duncan
casey@zope.com
12 Jun 2002 14:07:42 -0400
On Wed, 2002-06-12 at 13:32, Shane Hathaway wrote:
[snip]
>
> > The current code in the trunk no longer populates the ZCatalog with a
> > predefined set of indexes or metadata. It is up to the user or
> > application to do this now. Realizing that some products may rely on
> > this behavior, I am sending this warning so that you have an
> > opportunity to test it for yourself.
>
> Currently, CMF falls under this category. :-(
Yes, I have begun to fix it. I want to determine exactly which
Indexes/metdata are really needed in CMF. Like, do we really need both
Title and title indexes and metadata? How about bobobase_mod_time?
I plan to fix it when I find the answers.
-Casey