Dear All, I want to store the object Last Modified in ZCatalog so i created a FieldIndex with name bobobase_modified_time. When i checked the Zcatalog the space for bobbase_modified_time is empty. Thx kamal.
http://mail.zope.org/pipermail/zope/2002-October/124979.html ----- Original Message ----- From: kamal hamzat To: zope@zope.org Sent: Friday, October 05, 2007 5:31 PM Subject: [Zope] object Last Modified Date Time Dear All, I want to store the object Last Modified in ZCatalog so i created a FieldIndex with name bobobase_modified_time. When i checked the Zcatalog the space for bobbase_modified_time is empty.
--On 5. Oktober 2007 16:31:57 +0100 kamal hamzat <hamzat@dnetsystems.net> wrote:
Dear All,
I want to store the object Last Modified in ZCatalog so i created a FieldIndex with name bobobase_modified_time. When i checked the Zcatalog the space for bobbase_modified_time is empty.
What means "the space .. is empty"? Standard Zope objects are *not* automatically indexed. Either you index them manually, programmtically or you check for "CatalogAwareness" (your magic search term). No idea what you're trying to build but you might choose CMF as a implementation form (dealing with indexing automatically). -aj
kamal hamzat wrote at 2007-10-5 16:31 +0100:
... I want to store the object Last Modified in ZCatalog so i created a FieldIndex with name bobobase_modified_time. When i checked the Zcatalog the space for bobbase_modified_time is empty.
It is *VERY* important that you are precise: both when you code as well as when you are posting questions: The method is "bobobase_modification_time" not "bobobase_modified_time". -- Dieter
participants (4)
-
Andreas Jung -
Dieter Maurer -
Jaroslav Lukesh -
kamal hamzat