[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml - testTextIndexNG.dtml:1.1.2.2
Andreas Jung
andreas@digicool.com
Sat, 2 Mar 2002 12:33:45 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml
In directory cvs.zope.org:/tmp/cvs-serv14585/dtml
Modified Files:
Tag: ajung-textindexng-branch
testTextIndexNG.dtml
Log Message:
added select element for operator
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml/testTextIndexNG.dtml 1.1.2.1 => 1.1.2.2 ===
<input type="text" size="40" value="" name="query">
</td>
+
+ <td>
+ <select name="operator">
+ <option value="and">and
+ <option value="or">or
+ <option value="near">near
+ <option value="quote">Phrase search
+ </select>
+ </td>
+
</tr>
<tr>
- <td colspan="2">
+ <td colspan="3">
<input type="Submit" value=" Execute query ">
</td>
</tr>