]> Sergey Matveev's repositories - public-inbox.git/commit
searchview: fix non-numeric comparison
authorEric Wong <e@80x24.org>
Sun, 1 Apr 2018 22:58:19 +0000 (22:58 +0000)
committerEric Wong <e@80x24.org>
Sun, 1 Apr 2018 23:04:20 +0000 (23:04 +0000)
commit3f3d9cf7d88a851721f1f8468e1311a4f0c02ff6
treecd42360b41e5e695c5f19802ec0147149b4e6e6d
parent051a182852a9eef8b0dc8714c81293daded1d4dc
searchview: fix non-numeric comparison

We don't want non-fully-numeric limits being compared and
tripping warnings.  While we're at it, avoid hard-coding
'200' and reuse $LIM as the default.
lib/PublicInbox/SearchView.pm
t/psgi_search.t