[Zope-Checkins] CVS: Zope2 - 010529-2.4-pluggableindex.stx:1.3

andreas@serenade.digicool.com andreas@serenade.digicool.com
Fri, 1 Jun 2001 15:06:11 -0400


Update of /cvs-repository/Zope2/doc/changenotes
In directory serenade:/tmp/cvs-serv29147

Modified Files:
	010529-2.4-pluggableindex.stx 
Log Message:
update



--- Updated File 010529-2.4-pluggableindex.stx in package Zope2 --
--- 010529-2.4-pluggableindex.stx	2001/05/30 15:57:29	1.2
+++ 010529-2.4-pluggableindex.stx	2001/06/01 19:06:11	1.3
@@ -31,6 +31,12 @@
 
 		- '_apply_index(request, cid="")'
 
+	All pluggable indexes must provide the following attributes:
+
+        - "query_options" -- a list of options that are allowed to be 
+          passed with a query (the option "query" is mandatory for
+          all indexes)
+
 	These are, respectively, the equivalent of get(), add(), remove(),
 	values() and search() on indexes.