18 Oct
2002
18 Oct
'02
1:48 p.m.
On Thu, 17 Oct 2002 19:02:53 -0700 (PDT) "michael.taƱag" <almightymike@yahoo.com> wrote:
hi!
I'm new to zope. i'm developing a page that needs to search for files inside the site. following instructions on the web on how to use zcatalog, i was able to make a simple search engine. It showed the results that I needed. My problem is how do I make these results, say the ID, point to the object it refers to? Can anyone help me. Thank you!
in a page template, something like: <div tal:repeat="result here/Catalog"> <a href="#" tal:attributes="href result/getURL" tal:content="result/title_or_id">Result Title</a> </div> hth, -Casey