[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.405

Andreas Jung andreas@digicool.com
Wed, 9 Jan 2002 10:18:04 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv7963/doc

Modified Files:
	CHANGES.txt 
Log Message:
added 3 new parameters for all zope splitters


=== Zope/doc/CHANGES.txt 1.404 => 1.405 ===
     Features Added
 
+      - TextIndex/Splitters: the constructor of all three splitters
+        has now three new optional parameters:
+
+        'maxlen'=(1-256) -  to specify the maximum length of 
+                            splitted words
+
+        'singlechar'=(1|0) - allows single characters to be indexed
+
+        'indexnumbers'=(1|0)- allows numbers to be indexed
+
+        The default values of all parameters reflect the standard
+        behaviour.
+
       - Enhancements to utilites/requestprofiler.py:
 
         Added readstats and writestats features which allow for saves and