[Zope] ZCatalog
Michel Pelletier
michel@digicool.com
Fri, 3 Sep 1999 10:12:36 -0400
> -----Original Message-----
> From: Arnaud Lecat [mailto:lecat@hexanet.fr]
> Sent: Friday, September 03, 1999 6:22 AM
> To: ZOPE
> Subject: [Zope] ZCatalog
>
>
> Hi
>
> First question:
> I've read in the MikeP "how to" about ZCatalog that it was a really
> powerful tools
> for searching... but also for creating trees, navigating, etc...
> Is there any good tutorial or place to find more about ZCatalog ?
>
> Second question:
> Here's my piece of code for my ZCatalog report...
>
> <a href="<!--#var "catalog.getpath(data_record_id_)"-->"><!--#var
> title--></a>
>
<a href="../<!--#var "catalog.getpath(data_record_id_)"-->"><!--#var
title--></a>
-Michel