21 Mar
2000
21 Mar
'00
6:57 p.m.
----- Original Message ----- From: "Anders Holmbech Nielsen" <ahn2@integrator.dk> To: <zope@zope.org> Sent: Tuesday, March 21, 2000 10:56 AM Subject: [Zope] indexing and searching for a date
As I found out - you can not index numbers and therefore not search for dates using the zCatalog.
I don't think this is true. Catalog does not index numbers in TextIndexes, but I think a FieldIndex would work fine. I'm pretty sure I've done it (with dates, even), but not 100% sure. Just make sure you use a FieldIndex, and I think you'll be fine. Kevin