[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml - addTextIndexNG.dtml:1.1.2.7
Andreas Jung
andreas@digicool.com
Tue, 22 Jan 2002 09:48:12 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml
In directory cvs.zope.org:/tmp/cvs-serv17074/dtml
Modified Files:
Tag: ajung-textindexng-branch
addTextIndexNG.dtml
Log Message:
cleanup
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml/addTextIndexNG.dtml 1.1.2.6 => 1.1.2.7 ===
</td>
<td>
- <select name="extra.nearSearch:record:string">
- <dtml-in "((None,'Disabled'),('internal','internal Storage'),('documentLookup','Document Lookup'))">
+ <select name="extra.nearSearch:record:string:empty">
+ <dtml-in "(('None','Disabled'),('internal','internal Storage'),('documentLookup','Document Lookup'))">
<option value="&dtml-sequence-key;">&dtml-sequence-item;</option>
</dtml-in>
</select>
@@ -178,8 +178,8 @@
</td>
<td>
<select name="extra.nearDistance:record:int">
- <dtml-in "((None,'None'),('internal','internal Storage'),('documentLookup','Document Lookup'))">
- <option value="&dtml-sequence-key;">&dtml-sequence-item;</option>
+ <dtml-in "_.range(1,20)">
+ <option value="&dtml-sequence-item;">&dtml-sequence-item;</option>
</dtml-in>
</select>
</td>
@@ -212,7 +212,6 @@
<option value="">disabled</option>
<option value="metaphone">Metaphone</option>
<option value="soundex">Soundex</option>
- <option value="nysiss">NYSIIS</option>
</select>
</td>
</tr>