]> Sergey Matveev's repositories - public-inbox.git/commitdiff
isearch: use numeric sort for article numbers
authorEric Wong <e@80x24.org>
Mon, 21 Dec 2020 07:51:19 +0000 (07:51 +0000)
committerEric Wong <e@80x24.org>
Mon, 21 Dec 2020 21:51:56 +0000 (21:51 +0000)
Perl sort is alphabetical by default and Xapian uses numeric
document IDs, so sort must be told explicitly to use numeric
comparisons even if the scalars are integer values (IV)
internally.

And eliminate extra hash marks ("#") since they're probably too
noisy if there are many IDs.

Note: I haven't seen this warning message in syslog, yet :>


No differences found