[Zope] RE: ZCatalog: searching by date
Michel Pelletier
michel@digicool.com
Tue, 23 Nov 1999 10:23:16 -0500
> -----Original Message-----
> From: Sachin Shah [mailto:sachin@rescomp.berkeley.edu]
> Sent: Tuesday, November 23, 1999 4:29 AM
> To: zope@zope.org
> Subject: [Zope] RE: ZCatalog: searching by date
>
> As background: we built the ZCatalog and the Search interface
> according to
> the ZCatalog HOWTO/Tutorial. Then we eliminated all the
> fields except "raw"
> and "bobobase_modification_time"
>
> Now, what we are trying to do is search by keyword and/or
> modification date
> (like on the Zope site.) How can we do this? I have attached
> our revised
> search interface below: Everytime we use only the date field,
> it returns no
> data found.
Your search form does not have have a bobobase_modification_time_usage
hidden field. This tells ZCatalog you want to do a range search.
Strange, because your first search form did have a usage field, perhaps
you removed it?
-Michel