The usage of the _usage parameter is deprected. Please use record-style or dictionary to pass the parameters of the query to the keyword variable "created".
Hmm thats the example all over the place, including da Books ;) Can you give an example of this? -- Andy McKay @gmweb Consulting http://www.agmweb.ca ----- Original Message ----- From: <yet@gmx.de> To: "Andy McKay" <andy@agmweb.ca> Sent: Tuesday, July 30, 2002 11:45 AM Subject: Re: [Zope] ZCatalog: Dates
Which index should I use if I want to index dates?
FieldIndex
How can I search between date ranges?
Where date is a DateTime object and created is the date index eg: catalog(created=[EarliestDate,LatestDate],created_usage= 'range:min:max',)
The usage of the _usage parameter is deprected. Please use record-style or dictionary to pass the parameters of the query to the keyword variable "created".
-aj
-- Andreas Jung