[Zope-Checkins] CVS: Zope2 - README.txt:1.3
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Thu, 31 May 2001 09:48:41 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes
In directory serenade:/tmp/cvs-serv24751
Modified Files:
README.txt
Log Message:
updated
--- Updated File README.txt in package Zope2 --
--- README.txt 2001/05/30 15:57:31 1.2
+++ README.txt 2001/05/31 13:48:41 1.3
@@ -54,16 +54,22 @@
Vocabulary through the ZMI of the ZCatalog. After creating the vocabulary you
can choose the vocabulary on the ZMI management screen for the text index.
- - internal support for user-provided splitters
-
- the default operator might be overridden by specifying a new one
as 'operator' (see below)
+ - removed direct dependancy from Splitter module. Splitter is now
+ aquired from used vocabulary
+
- usage of the 'textindex_operator' is deprecated
- lots of internal rework
+Changes to Vocabulary:
+
+ - added Splitter selection on the add formular
+
+
Changes to ZCatalog
- Vocabulary.py moved to Products/PluginIndexes/TextIndex. A wrapper
@@ -112,3 +118,10 @@
Backward compatibility:
- any existing pre-2.4 ZCatalog should work under 2.4
+
+ - pre-2.4 indexes of a ZCatalog are marked as 'pre-2.4 Index' in the Index view of the
+ ZCatalog
+
+ - '# objects' is set to 'not available' for pre-2.4 indexes
+
+