[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex/dtml - addZCTextIndex.dtml:1.7 manageZCTextIndex.dtml:1.9
Andreas Jung
andreas@andreas-jung.com
Sun, 2 Feb 2003 05:59:12 -0500
Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv28209/lib/python/Products/ZCTextIndex/dtml
Modified Files:
addZCTextIndex.dtml manageZCTextIndex.dtml
Log Message:
ZCTextIndex is now able to index more than one attribute of an object
=== Zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml 1.6 => 1.7 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml:1.6 Sun Dec 22 12:54:05 2002
+++ Zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml Sun Feb 2 05:59:09 2003
@@ -32,10 +32,11 @@
<tr>
<td align="left" valign="top">
<div class="form-label">
- Field name
+ Indexed attributes
</div></td>
<td align="left" valign="top">
<input type="text" name="extra.doc_attr:record" size="40" />
+ <em>attribute1,attribute2,...</em> or leave empty
</td>
</tr>
=== Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml 1.8 => 1.9 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml:1.8 Sun Dec 22 12:54:05 2002
+++ Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml Sun Feb 2 05:59:09 2003
@@ -2,8 +2,8 @@
<dtml-var manage_tabs>
<p class="form-help">
- Name of attribute indexed:
- <em>&dtml-getFieldName;</em>
+ Name(s) of attribute(s) indexed:
+ <em><dtml-var "', '.join(getIndexSourceNames())"></em>
</p>
<p class="form-help">
Index type: