]> Sergey Matveev's repositories - public-inbox.git/commit
disambiguate OverIdx and Over by field name
authorEric Wong <e@80x24.org>
Wed, 2 Sep 2020 11:04:12 +0000 (11:04 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Sep 2020 20:11:03 +0000 (20:11 +0000)
commitd73d783ab2cf14ba28ca63723223d8c85a68cdd5
treea158a5b64bdd19ab7a42096f9e0732d076f8591f
parent2b52961cb0e77fc1645cc91318e3518f883313a3
disambiguate OverIdx and Over by field name

We'll use {oidx} as the common field name for the read-write
OverIdx, here, to disambiguate it from the read-only {over}
field.  This hopefully makes it clearer which code paths are
read-only and which are read-write.
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
t/search-thr-index.t
t/search.t