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