]> Sergey Matveev's repositories - public-inbox.git/commit
smsg: remove from_mitem
authorEric Wong <e@yhbt.net>
Thu, 20 Aug 2020 20:24:54 +0000 (20:24 +0000)
committerEric Wong <e@yhbt.net>
Thu, 20 Aug 2020 21:11:22 +0000 (21:11 +0000)
commit4c7baaa7dcacf1108c7db6e0ce484ab76c4a018a
treeb4450e989f7af9a574b3da98829e840c1b8318ca
parentb63ffbe2b634daedb05b1e27fc272e2708c2bf90
smsg: remove from_mitem

We no longer read docdata.glass from anywhere in our code base.

Some adjustments were needed to t/search.t to deal with the
Xapian::WritableDatabase committing at different times, since
our ->query is avoided from PublicInbox::SearchIdx to avoid
needing a {over_ro} field.
lib/PublicInbox/Search.pm
lib/PublicInbox/Smsg.pm
t/search.t