]> git.deb.at Git - deb/packages.git/commitdiff
html/search.tmpl: Improve message about too many results for fulltext search
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 18 Jun 2007 17:41:36 +0000 (19:41 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 18 Jun 2007 17:41:36 +0000 (19:41 +0200)
This brings this message closer to reality and also mentions that the results
are sorted by relevance now.

templates/html/search.tmpl

index 33a0b4256d4391cf43d8976d0a346b3c1395a4e4..bbb4cde6e93d408f05d5ed8ccdd35da2018a119f 100644 (file)
@@ -65,10 +65,15 @@ Found <strong>[% results %]</strong> matching packages.</p>
 [% END %]
 
 [% IF too_many_hits %]
+[% IF opts.search != "names" %]
+<p id="psearchtoomanyhits">Note that this only shows the best matches, sorted by relevance.
+If the first few packages don't match what you searched for, try using more keywords or alternative
+keywords.</p>
+[% ELSE %]
 <p id="psearchtoomanyhits">Your search was too wide so we will only display exact matches.
 At least <em>[% too_many_hits %]</em> results have been omitted and will not be displayed.
 Please consider using a longer keyword or more keywords.</p>
-[% END %]
+[% END; END %]
 
 [% UNLESS results %]
 <p id="psearchnoresult">Sorry, your search gave no results</p>