hello, for some reasons there seem to be significant changes in ZCatalog between Zope 2.5.2 and Zope 2.6.2. In other words, I don't have the vocabulary option at ZCatalog creation in 2.6.2 any longer. what exactly happened and how can i workaround this? bye jonas -- (c) 2004 by Jonas Meurer <meurer@know-it.net>
From: "Jonas Meurer" <meurer@know-it.net>
what exactly happened and how can i workaround this?
The empty Vocabulary object are nolonger created by default. So you need to create it manually if you need it.Select "Vocabulary" from the drop-down list.
If you create a ZCatalog in Zope 2.6+ then no indexes will be created by default. If you need some, you need to create them....explicit is better than implicit. -aj --On Montag, 26. Januar 2004 16:02 Uhr +0100 Jonas Meurer <meurer@know-it.net> wrote:
hello, for some reasons there seem to be significant changes in ZCatalog between Zope 2.5.2 and Zope 2.6.2. In other words, I don't have the vocabulary option at ZCatalog creation in 2.6.2 any longer.
what exactly happened and how can i workaround this?
bye jonas
On Mon, 26 Jan 2004 16:02:28 +0100 Jonas Meurer <meurer@know-it.net> wrote:
hello, for some reasons there seem to be significant changes in ZCatalog between Zope 2.5.2 and Zope 2.6.2. In other words, I don't have the vocabulary option at ZCatalog creation in 2.6.2 any longer.
what exactly happened and how can i workaround this?
The main reason for this is that there is more than one kind of Vocabulary (or more properly, lexicon) now. Rather than guess what kind you want, it just lets you add it yourself. In fact you don't even need one if you aren't using a text index. If you are creating a new catalog, I would suggest creating a ZCTextIndex Lexicon and using ZCTextIndex instead of the old Vocabulary and TextIndex combo. The online help contains more info. -Casey
participants (4)
-
Andreas Jung -
Casey Duncan -
Jonas Meurer -
Lennart Regebro