[Zope-Checkins] CVS: Zope2 - README.txt:1.1.2.3

Andreas Jung andreas@digicool.com
Tue, 29 May 2001 10:51:17 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/PluginIndexes

Modified Files:
      Tag: ajung-dropin-registry
	README.txt 
Log Message:




--- Updated File README.txt in package Zope2 --
--- README.txt	2001/05/25 17:00:21	1.1.2.2
+++ README.txt	2001/05/29 14:50:15	1.1.2.3
@@ -1,7 +1,6 @@
 Zope 2.4 introduces a new way to register customized indexes
 (see PluggableIndex interface). 
 
-
 Changes to Indexes:
 
  New package structure
@@ -24,7 +23,7 @@
 
   - every index type implements the PluggableIndex interface
 
-  - common/util.py provides functionality for handling the 'request'
+  - 'common/util.py' provides functionality for handling the 'request'
     parameter of the _apply_index() function.  _apply_index() 
     now handles old-style ZCatalog parameters, passing of Record
     instances and dictionary-like parameters. See common/util.py
@@ -33,15 +32,11 @@
 
  Changes to KeywordIndex:
 
-  - default search operator 'or' may be overridden by secifying a new one as
+  - default search operator 'or' may be overridden by specifying a new one as
     'operator' (see below)
 
   - internal changes
 
- Changes to FieldIndex:
-
-  - internal changes
-
 
  Changes to FieldIndex:
 
@@ -111,7 +106,6 @@
 
    All index types of Zope support all three methods. On the DTML level only
    method 3 type parameter should be used. 
-