You might also want to have a looks at QueuedCatalog which is much more sophisticated in this regard. It allows catalog-aware objects to notify the catalog when they have changed, but defers the actual indexing until later. Its available from cvs at: http://cvs.zope.org/Products/QueueCatalog/ hth, -Casey On Tuesday 15 April 2003 06:18 am, Andreas Jung wrote:
Checkout out what the "Find Objects" tab in the ZMI of the ZCatalog calls.
-aj
--On Dienstag, 15. April 2003 3:09 Uhr -0700 "michael.taÒag" <almightymike@yahoo.com> wrote:
hi!
does anybody know how i can make a link that will automatically find objects and catalog them? so instead of the users doing it manually all they have to do is click the link.
Find objects of type: File
with ids: <default> containing: <default> expr: <default> modified: <default> where the roles: <default> have permission: <default>
If a user does it manually, he only has to select file object types. basically, everything else is the default.
Thanks!