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

Chris Withers chrisw@nipltd.com
Thu, 07 Dec 2000 10:38:50 +0000


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 )