]> Sergey Matveev's repositories - public-inbox.git/commit
www: use Inbox->over where appropriate
authorEric Wong <e@80x24.org>
Wed, 15 May 2019 01:18:07 +0000 (01:18 +0000)
committerEric Wong <e@80x24.org>
Wed, 15 May 2019 01:18:52 +0000 (01:18 +0000)
commit70caf43a131fc5bdf7104f82f2acee9d5353d6a8
tree54691cbe7b16adf0fd8406d2a3a514bbd19741ce
parente981538130dd6d285392f4316328edbadab0d330
www: use Inbox->over where appropriate

We don't need to rely on Xapian search functionality for the
majority of the WWW code, even.  subject_normalized is moved to
SearchMsg, where it (probably) makes more sense, anyways.
12 files changed:
lib/PublicInbox/Feed.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchMsg.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
t/search.t
t/v2writable.t
t/view.t