From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B91D61F8C6 for ; Wed, 23 Jun 2021 11:14:22 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] some WWW search things Date: Wed, 23 Jun 2021 07:14:19 -0400 Message-Id: <20210623111422.30182-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Needed a break from banging my head trying to deal with lei multi-directional sync semantics (while dealing with the summertime heat and bug infestations :<) www_listing ought to be faster when dealing with many inboxes, more to come on that front. Eric Wong (3): search: make xap_terms easier-to-use and use it more www_listing: start updating for pagination + search www: do not warn on blank query parameters lib/PublicInbox/Config.pm | 5 ++ lib/PublicInbox/LeiSearch.pm | 16 ++-- lib/PublicInbox/LeiXSearch.pm | 4 +- lib/PublicInbox/ManifestJsGz.pm | 2 +- lib/PublicInbox/MiscSearch.pm | 57 ++++++------ lib/PublicInbox/Search.pm | 22 ++--- lib/PublicInbox/SearchIdx.pm | 5 +- lib/PublicInbox/SearchQuery.pm | 13 +-- lib/PublicInbox/SearchView.pm | 2 +- lib/PublicInbox/WWW.pm | 5 +- lib/PublicInbox/WwwListing.pm | 155 +++++++++++++++++++++++++++----- t/lei_store.t | 3 +- t/psgi_search.t | 4 + 13 files changed, 200 insertions(+), 93 deletions(-)