[Zope-Checkins] CVS: Zope2 - UnTextIndex.py:1.33.2.4.4.7
Jim Fulton
jim@digiciool.com
Wed, 14 Mar 2001 15:25:49 -0500 (EST)
Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory korak:/tmp/cvs-serv22855
Modified Files:
Tag: Catalog-BTrees-Integration
UnTextIndex.py
Log Message:
Fuxed big in conversion. All values were None.
--- Updated File UnTextIndex.py in package Zope2 --
--- UnTextIndex.py 2001/03/12 16:46:35 1.33.2.4.4.6
+++ UnTextIndex.py 2001/03/14 20:25:48 1.33.2.4.4.7
@@ -212,6 +212,8 @@
):
if type(scores) is not TupleType and type(scores) is not IIBTree():
scores=IIBTree(scores)
+ return scores
+
convert(_index, self._index, threshold, convertScores)