[Zope-CVS] CVS: Products/RecentItemsIndex/www - addIndex.dtml:1.3

Casey Duncan casey at zope.com
Mon Aug 9 12:23:19 EDT 2004


Update of /cvs-repository/Products/RecentItemsIndex/www
In directory cvs.zope.org:/tmp/cvs-serv25307/www

Modified Files:
	addIndex.dtml 
Log Message:
Allow field classifier name to be omitted so that one recent item list can be kept for the entire catalog.
Also, the value may be omitted from queries. When a classifier is specified for the index, this allows the application to easily query for all values. When no classifier is indexed, no value is needed since there is only one list to query.


=== Products/RecentItemsIndex/www/addIndex.dtml 1.2 => 1.3 ===
--- Products/RecentItemsIndex/www/addIndex.dtml:1.2	Mon Jul 19 17:16:56 2004
+++ Products/RecentItemsIndex/www/addIndex.dtml	Mon Aug  9 12:23:18 2004
@@ -30,9 +30,10 @@
     Classifier attribute
     </div></td>
     <td align="left" valign="top">
-    <input type="text" name="extra.field_name:record" size="40" />
+    <input type="text" name="extra.field_name:record:ignore_empty" size="40" />
     <br /><em class="form-help">For each value of this attribute, a
-    separate recent items list is indexed.</em>
+    separate recent items list is indexed. Leave empty keep a single
+    list for all objects.</em>
     </td>
   </tr>
 



More information about the Zope-CVS mailing list