[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - LexiconNG.py:1.1.2.5

Andreas Jung andreas@digicool.com
Tue, 12 Mar 2002 19:45:20 -0500


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

Modified Files:
      Tag: ajung-textindexng-branch
	LexiconNG.py 
Log Message:
remove query_hook()


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/LexiconNG.py 1.1.2.4 => 1.1.2.5 ===
         return len(self._lexicon)
 
-    def query_hook(self, q):
-        """ we don't want to modify the query cuz we're dumb """
-        return q