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 DE4FB1F624 for ; Sat, 21 Mar 2020 02:03:55 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 09/11] wwwtext: show thread endpoint w/ indexlevel=basic Date: Sat, 21 Mar 2020 02:03:52 +0000 Message-Id: <20200321020354.9056-10-e@yhbt.net> In-Reply-To: <20200321020354.9056-1-e@yhbt.net> References: <20200321020354.9056-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: And show contact info when there's no indexing, at all. Installations where Xapian is too expensive can still support threading since it only depends on SQLite, so we need to inform users of what's available. --- lib/PublicInbox/WwwText.pm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/PublicInbox/WwwText.pm b/lib/PublicInbox/WwwText.pm index f6d831f6..cbe82b73 100644 --- a/lib/PublicInbox/WwwText.pm +++ b/lib/PublicInbox/WwwText.pm @@ -256,6 +256,11 @@ EOF $QP_URL +EOF + } # $srch + my $over = $ibx->over; + if ($over) { + $$txt .= <