]> Sergey Matveev's repositories - public-inbox.git/commit
searchview: improve naming and simplify hash override
authorEric Wong <e@yhbt.net>
Wed, 26 Feb 2020 00:44:05 +0000 (00:44 +0000)
committerEric Wong <e@yhbt.net>
Thu, 27 Feb 2020 08:48:52 +0000 (08:48 +0000)
commit815f07f300a4f1e95a50cba76bbff449fa653325
treee613e84857eae945c1533b98116824e1c397c674
parent6e2f31b8b81ccc99fe17e8a639d66c84c04558dd
searchview: improve naming and simplify hash override

`%over' could be confused for the overview SQLite DB
instance, so call it `%override', instead.  There's
also no need to write a loop to override a hash when
the language can do it for us.
lib/PublicInbox/SearchView.pm