[Zope] How to find items to catalog from a dtml method ???

Frederic Quin frederic.quin@free.fr
Thu, 07 Dec 2000 12:50:05 +0100


Hi Chris,


No, I don't want to just search the catalog... I want to find items to
catalog from a dtml method...


Regards
Fred


Chris Withers wrote:
> 
> If you're searching the catalog, you probably don't want to be using
> that method...
> 
> try:
> <dtml-let <<<setup your search terms here>>>>
>  <dtml-in yourCatalog>
>   <<<do your row display stuff here>>>
>  </dtml-in>
> </dtml-let>
> 
> good luck,
> 
> Chris
> 
> Frederic Quin wrote:
> >
> > Hi all,
> >
> > I tried to use the manage_catalogFoundItems( REQUEST, RESPONSE, URL2,
> > URL1, [] ) method of Catalog objects, from a dtml method. But it didn't
> > work... There is still some parameters that I don't understand like URL2
> > and URL1. Which values do we have to pass ? Is it why it didn't work for
> > me ?
> >
> > Thanks
> > Fred
> >
> > _______________________________________________
> > Zope maillist  -  Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> > **   No cross posts or HTML encoding!  **
> > (Related lists -
> >  http://lists.zope.org/mailman/listinfo/zope-announce
> >  http://lists.zope.org/mailman/listinfo/zope-dev )