26 Aug
1999
26 Aug
'99
5:49 p.m.
-----Original Message----- From: Arnaud Lecat <lecat@hexanet.fr> To: ZOPE <zope@zope.org> Date: Thursday, August 26, 1999 1:11 PM Subject: [Zope] Extra folder with ZCatalog
When I search i make links like this <a href="<!--#var "catalog.getpath(data_record_id_)"-->"><!--#var title--></a>
The problem is that the link includes the '/search/' folder... I don't want it to appear in the link because of other methods....
You may try putting a "/" in front of the getpath call, like so: <a href="/<!--#var "catalog.getpath(data_record_id_)"-->"><!--#var title--></a> Kevin
9720
Age (days ago)
9720
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kevin Dangoor