[Zope-Checkins] CVS: Zope2 - CHANGES.txt:1.287.2.99

Chris McDonough chrism@digicool.com
Thu, 22 Mar 2001 02:01:48 -0500 (EST)


Update of /cvs-repository/Zope2/doc
In directory korak:/home/chrism/sandboxes/2_3Branch/doc

Modified Files:
      Tag: zope-2_3-branch
	CHANGES.txt 
Log Message:
*** empty log message ***


--- Updated File CHANGES.txt in package Zope2 --
--- CHANGES.txt	2001/03/21 21:52:17	1.287.2.98
+++ CHANGES.txt	2001/03/22 07:01:47	1.287.2.99
@@ -4,6 +4,22 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
+
+        - Added logic to use the value of 'textindex_operator' as
+          passed in the request to determine which query operator to
+          use (and, near, andnot, or).  Valid values to pass in to
+          textindex_operator are 'and', 'or', 'near', and 'andnot'
+          (capitalization is ignored).  This is a near-term workaround
+          for the inability to specify a default text index query
+          operator on a per-index basis.  It provides the ability to
+          override the currently module-defined default 'Or' operator
+          for textindexes on a per-search basis.
+
+          An example of the utility of textindex_operator used with a
+          ZCatalog instance:
+
+          zcatalog.searchResults(atextindex='foo', textindex_operator='and')
+
     Zope 2.3.1 beta 3
 
       Bugs Fixed