[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - TextIndexNG.py:1.2.2.40
Andreas Jung
andreas@digicool.com
Mon, 18 Feb 2002 16:38:58 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG
In directory cvs.zope.org:/tmp/cvs-serv16952
Modified Files:
Tag: ajung-textindexng-branch
TextIndexNG.py
Log Message:
'nearDistance' now changable through the web
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/TextIndexNG.py 1.2.2.39 => 1.2.2.40 ===
""" preferences of TextIndex """
- for x in ('useOperator','useGlobbing','useSimilarity',
- 'useSplitter','useStemmer'):
+ for x in ('useOperator','nearDistance'):
if hasattr(extra,x):