Casey has a Product called "ZCatalogQuery" (or similar) which can do this.
I downloaded this product and installed it successfully. I don't understand, how I have to implement the new syntax now. My search form looks very simple: <form action="found" method="get"> <input type="text" name="PrincipiaSearchSource" width=5 value=""> <input type="submit" value="search"> I don't know, what piece I have to change here, to use the ZCatalogQuery now (in DTML terms). The 'found' method looks like this: <dtml-in Catalog size=20 start=query_start> <dtml-if sequence-start> <dtml-if previous-sequence> <a href="<dtml-var URL><dtml-var sequence-query >query_start=<dtml-var previous-sequence-start-number>"> (Previous <dtml-var previous-sequence-size> results) </a> </dtml-if previous-sequence> </dtml-if sequence-start> <li><a href="<dtml-var "Catalog.getpath(data_record_id_)">"> <dtml-var title></a></li> <dtml-if sequence-end> <dtml-if next-sequence> <a href="<dtml-var URL><dtml-var sequence-query >query_start=<dtml-var next-sequence-start-number>"> (Next <dtml-var next-sequence-size> results) </a> </dtml-if next-sequence> </dtml-if sequence-end> <dtml-else> Nothing found! </dtml-in> ---------------------- Goeldi.com - eBusiness ---------------------- www.goeldi.com web@goeldi.com Fon +41-61-7330555 Fax +41-61-7330556 ----------------------
Stephan Goeldi wrote at 2003-5-20 10:30 +0200:
Casey has a Product called "ZCatalogQuery" (or similar) which can do this.
I downloaded this product and installed it successfully. I don't understand, how I have to implement the new syntax now. My search form looks very simple:
This product has documentation ;-) I know because I read it (but forgot where I found it). The documentation describes the syntax, provides examples -- everything you may want :-) Dieter
participants (2)
-
Dieter Maurer -
Stephan Goeldi