From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id F39BE1FA7B for ; Wed, 14 Jun 2017 00:14:49 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] search improvements Date: Wed, 14 Jun 2017 00:14:45 +0000 Message-Id: <20170614001448.27098-1-e@80x24.org> List-Id: These have been sitting in the stalled "repobrowse" branch for a bit. I think they can be tracked into "master", first; since I'm leaning towards splitting repobrowse into a separate project at the moment. Eric Wong (3): search: remove unnecessary abstractions and functionality searchidx: switch to accounting by message bytes search: allow searching within mail diffs lib/PublicInbox/Search.pm | 51 ++++++------ lib/PublicInbox/SearchIdx.pm | 180 +++++++++++++++++++++++++++++++++++++------ lib/PublicInbox/SearchMsg.pm | 2 +- t/search.t | 9 +-- 4 files changed, 183 insertions(+), 59 deletions(-)