about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchView.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-04 01:01:41 +0000
committerEric Wong <e@80x24.org>2016-01-04 01:01:41 +0000
commit0d613bfde45bdf3e28d1a247ffc59e6f805dc64a (patch)
tree7fa22b413a8f165e20eb318c286e2aef62784d55 /lib/PublicInbox/SearchView.pm
parent19a602120d1e593c8045672e842f38b29910db03 (diff)
downloadpublic-inbox-0d613bfde45bdf3e28d1a247ffc59e6f805dc64a.tar.gz
The threaded search view is somewhat alien to new users,
so ensure we label the word "relevance" for them.
Diffstat (limited to 'lib/PublicInbox/SearchView.pm')
-rw-r--r--lib/PublicInbox/SearchView.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm
index 5d4f4fe2..b3ddcb54 100644
--- a/lib/PublicInbox/SearchView.pm
+++ b/lib/PublicInbox/SearchView.pm
@@ -56,6 +56,8 @@ sub sres_top_html {
         [$code, ['Content-Type'=>'text/html; charset=UTF-8'], [$res]];
 }
 
+# display non-threaded search results similar to what users expect from
+# regular WWW search engines:
 sub dump_mset {
         my ($res, $mset) = @_;