]> Sergey Matveev's repositories - public-inbox.git/commit
searchview: support negative offsets to reverse ordering
authorEric Wong <e@80x24.org>
Sat, 15 Jun 2019 20:23:41 +0000 (20:23 +0000)
committerEric Wong <e@80x24.org>
Sat, 15 Jun 2019 20:25:23 +0000 (20:25 +0000)
commit0f7c7d634f3018591dee65650bbc6f6a5cc18dbc
treee62fcb780aa75ab925fa736a5aabc7a75450a5e7
parent3b508de80a200e9a32adbdc437434339187dde88
searchview: support negative offsets to reverse ordering

Taking a hint from Perl array access, we'll allow negative
offsets for the 'o' parameter and to reverse the sort order.
lib/PublicInbox/SearchView.pm