[Zope-Checkins] CVS: Zope2 - UnTextIndex.py:1.33.2.14
chrism@serenade.digicool.com
chrism@serenade.digicool.com
Tue, 27 Mar 2001 18:43:11 -0500
Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory serenade.digicool.com:/home/chrism/sandboxes/2_3Branch/lib/python/SearchIndex
Modified Files:
Tag: zope-2_3-branch
UnTextIndex.py
Log Message:
Fix collector 2098 (evaluate recurse wrong).
--- Updated File UnTextIndex.py in package Zope2 --
--- UnTextIndex.py 2001/03/22 18:24:30 1.33.2.13
+++ UnTextIndex.py 2001/03/27 23:43:11 1.33.2.14
@@ -611,7 +611,7 @@
# to evaluate, and we just get the results and return them.
if (len(query) == 1):
if (type(query[0]) is ListType):
- return evaluate(query[0], self)
+ return self.evaluate(query[0])
return self[query[0]] # __getitem__