[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml - addTextIndexNG.dtml:1.1.2.2
Andreas Jung
andreas@zope.com
Sat, 5 Jan 2002 14:59:21 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml
In directory cvs.zope.org:/tmp/cvs-serv3485/dtml
Modified Files:
Tag: ajung-textindexng-branch
addTextIndexNG.dtml
Log Message:
added proximity support
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml/addTextIndexNG.dtml 1.1.2.1 => 1.1.2.2 ===
<tr>
<td align="left" valign="top">
+ <div class="form-label">
+ Proximity algorithm
+ </div>
+ </td>
+ <td>
+ <select name="extra.useProximity:record:string">
+ <option value="None">disabled</option>
+ <option value="metaphone">Metaphone</option>
+ <option value="soundex">Soundex</option>
+ <option value="nysiss">NYSIIS</option>
+ </select>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td align="left" valign="top">
<div class="form-optional">
Type
</div>