[Zope] automate Find and Catalog

Casey Duncan casey@zope.com
Tue, 15 Apr 2003 09:31:49 -0400


You might also want to have a looks at QueuedCatalog which is much more=20
sophisticated in this regard. It allows catalog-aware objects to notify t=
he=20
catalog when they have changed, but defers the actual indexing until late=
r.

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.
>=20
> -aj
>=20
> --On Dienstag, 15. April 2003 3:09 Uhr -0700 "michael.ta=D2ag"=20
> <almightymike@yahoo.com> wrote:
>=20
> > 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 a=
ll
> > 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!