[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - ResultListNG.py:1.2.2.3

Andreas Jung andreas@zope.com
Tue, 8 Jan 2002 12:15:50 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG
In directory cvs.zope.org:/tmp/cvs-serv21117

Modified Files:
      Tag: ajung-textindexng-branch
	ResultListNG.py 
Log Message:



=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/ResultListNG.py 1.2.2.2 => 1.2.2.3 ===
         xdict = x._dict
 
-        positions = self._index.positions
+        positions = self._index._v_positions
 
         debug("applying near search for documents:")
         debug("\t",dict)