[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex/dtml - manageZCTextIndex.dtml:1.4
Casey Duncan
casey@zope.com
Wed, 26 Jun 2002 11:15:50 -0400
Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv8791/dtml
Modified Files:
manageZCTextIndex.dtml
Log Message:
Added api to retrieve the indexed field name from the index.
Updated Overview managment screen so it shows more info about the index.
=== Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml 1.3 => 1.4 ===
<p class="form-help">
- The ZCTextIndex Lexicon in use by this index is:
+ Name of attribute indexed:
+ <em><dtml-var getFieldName></em>
+</p>
+<p class="form-help">
+ Index type:
+ <em><dtml-var getIndexType></em>
+</p>
+<p class="form-help">
+ ZCTextIndex Lexicon used:
<em><dtml-var expr="lexicon.getId()"></em>
</p>
<p class="form-help">