{print} on {search} result page not showing the search results
Posted: Mon Jan 26, 2009 7:32 pm
In my template there are the {print} and {search} tags as shown below:
After a search the results get displayed in the correspondig result page, which also has the print button. But clicking the print button yields an empty page (or the contents of the page defined as the search results target as stored in the DB), i.e. the found results get ignored by the print routine.
Anybody knows how {print} can be told to consider the search results in its output?
thanks
Ernst
Code: Select all
.
.
<div id="search">
{search searchtext="Suchbegriff..." submit="Go!" resultpage="suchergebnisse"}
</div>
{* End Search *}
.
.
<div style="float: right;">
{print showbutton=true script=true text="" popup=true}
</div>
.
.
Anybody knows how {print} can be told to consider the search results in its output?
thanks
Ernst