From 86a46639fb70c6c24c80cfcae85d24281aafe867 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 12 Jan 2013 18:49:00 +0100 Subject: [PATCH] Generate search hits using new URL scheme --- templates/search/listsearch.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/search/listsearch.html b/templates/search/listsearch.html index 27a08791..d5beecd7 100644 --- a/templates/search/listsearch.html +++ b/templates/search/listsearch.html @@ -49,10 +49,10 @@

Results {{firsthit}}-{{lasthit}} of {%if hitcount = 1000%}more than 1000{%else%}{{hitcount}}{%endif%}.

{%if pagelinks %}Result pages: {{pagelinks|safe}}

{%endif%} {%for hit in hits %} - {{forloop.counter0|add:firsthit}}. {{hit.subject}} [{{hit.rank|floatformat:2}}]
+ {{forloop.counter0|add:firsthit}}. {{hit.subject}} [{{hit.rank|floatformat:2}}]
From {{hit.author}} on {{hit.date}}.
{{hit.abstract|safe}}
-http://archives.postgresql.org/message-id/{{hit.messageid}}
+http://www.postgresql.org/message-id/{{hit.messageid}}

{%endfor%} {%if pagelinks %}Result pages: {{pagelinks|safe}}

{%endif%}