From 089380f8ebecbe868c5599773b3c23d40b3db129 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 21 Mar 2020 02:03:52 +0000 Subject: [PATCH] wwwtext: show thread endpoint w/ indexlevel=basic 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 .= <