--- trunk/templates/results.html 2004/05/06 16:53:40 13 +++ trunk/templates/results.html 2004/05/07 11:25:01 17 @@ -1,4 +1,4 @@ -Found [% results.size %] results for query [% param.search %]. +Found [% total_hits %] matches, showing first [% results.size %] results for query [% param.search %]. [% FOR msg = results %]
@@ -7,8 +7,5 @@ [% from(msg) %] [% date(msg) %]
[% to(msg) %] -
[% FILTER html %] -[% FILTER body5 ; msg.body ; END %] -[% END %] - +
[% FILTER html %][% FILTER body5 ; msg.body ; END %][% END %]
[% END %]