Re: [Zope] object Last Modified Date Time

2007-10-05 Thread Dieter Maurer
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
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] object Last Modified Date Time

2007-10-05 Thread Andreas Jung



--On 5. Oktober 2007 16:31:57 +0100 kamal hamzat <[EMAIL PROTECTED]> 
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

pgpKHXD10KiKu.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] object Last Modified Date Time

2007-10-05 Thread Jaroslav Lukesh
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.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )