]> Sergey Matveev's repositories - public-inbox.git/commit
searchview: save a column in &x=t thread skeleton
authorEric Wong <e@80x24.org>
Fri, 20 Dec 2019 06:58:27 +0000 (06:58 +0000)
committerEric Wong <e@80x24.org>
Sat, 21 Dec 2019 05:42:44 +0000 (05:42 +0000)
commit5c46cd1b3aa2421ef1e1b794b1c2358898cdf37a
tree9bfa152280e48c7d43ed5970615797c2c175c334
parentf6f0cfb7f3b673f05a95e8c9c3bc7d31580feadc
searchview: save a column in &x=t thread skeleton

Displaying "100%" wastes a precious column.  Show "99%" instead
since there's little practical difference and <xapian/mset.h>
states:

  Note that these generally aren't percentages of anything meaningful
  (unless you use a custom weighting formula where they are!)

And we're not using a custom weighting formula.
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm