[Zope-CVS] CVS: Products/ZCTextIndex - QueryParser.py:1.1.2.12
Guido van Rossum
guido@python.org
Mon, 6 May 2002 12:38:10 -0400
Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv22013
Modified Files:
Tag: TextIndexDS9-branch
QueryParser.py
Log Message:
Update the docstring.
=== Products/ZCTextIndex/QueryParser.py 1.1.2.11 => 1.1.2.12 ===
equal to one of the key words 'AND', 'OR', 'NOT'. The key words are
recognized in any mixture of case. Multiple consecutive ATOMs are
-accepted; these are reported as a single AtomNode whose value is the
-ATOM strings concatenated with a space.
+accepted at the leaf level; these are reported as an OR combination of
+the individual ATOMs.
"""
import re