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-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS,URIBL_RED shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 8A0501F9FD for ; Wed, 17 Mar 2021 13:27:26 +0000 (UTC) Received: by mail-qt1-x82b.google.com with SMTP id m7so1312844qtq.11 for ; Wed, 17 Mar 2021 06:27:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=v0uHm6kMg7bvBflXNZVg79OUO4KIIwPxTVSbDMWBivc=; b=FbqM3JzaqxQI8VUBgMgcGUTHMabft/QkUzzmiHdxdUVVKQ/Ab5YPaXehcfl4rRM7AU wizx4zJvSjj2bD0I8hgpUAGBWAgNEA8ftr2sz8d2bBxjudB3dqH6DhedsDBlOUNW1ZiJ 9jcv1a8fW6DwNsQ1ghfe9CW++DjFKAdiypPus= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=v0uHm6kMg7bvBflXNZVg79OUO4KIIwPxTVSbDMWBivc=; b=kqzREvadPU+c5MS5WAw49JomLR3UZu9P9Lk8dgiOSj0ahwbWGQi48wfS+/GSmCBpuB ACTmDNqQLrDU57Mtj1LBj/4R7+0glJoji+QKMxDQdewrVKIi2hfAwX/keC9UYoLOQ/g0 WSCecVs5DP2ETWSPM5kMBMEAPqyB7LpGigMwO7VfRDB+oQJq/40c/O0iXFJ1Po0+UDmj Gd+WJ5wVBFSqtyDJpnLEpRoh/9qXQCIJLOACFj7snEtj4ckrH95LZu927WTky2V+vrbT 1l1ReTqspt4rbNzNozVOIos/yLsvsZFW1yLydQ4hdI0WVxN5rTQAkXykzSyin1vJJHU5 m6hQ== X-Gm-Message-State: AOAM533m56Rw/L/xH1F+xXbZUqdew9dSwka71mVYps9o9VV3uLdyE35G YMs6Wehq8JiFwRu6tO7SCJB5iA== X-Google-Smtp-Source: ABdhPJy3yVlCvOSr7SVC4d9WzFDYTPT1Z9LxHhh8vNv7mO21gGQhrveX3DunX63WCYHUjeWTGBKqtA== X-Received: by 2002:ac8:4a18:: with SMTP id x24mr2509535qtq.33.1615987645211; Wed, 17 Mar 2021 06:27:25 -0700 (PDT) Received: from chatter.i7.local ([89.36.78.230]) by smtp.gmail.com with ESMTPSA id x36sm15770652qte.1.2021.03.17.06.27.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Mar 2021 06:27:24 -0700 (PDT) Date: Wed, 17 Mar 2021 09:27:23 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: workflows@vger.kernel.org, meta@public-inbox.org Subject: Re: WIP: searching all of lore Message-ID: <20210317132723.xx4klonordhsb6ve@chatter.i7.local> Mail-Followup-To: Eric Wong , workflows@vger.kernel.org, meta@public-inbox.org References: <20201126194543.GA30337@dcvr> <20210317071116.GA8121@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210317071116.GA8121@dcvr> List-Id: On Wed, Mar 17, 2021 at 01:11:16AM -0600, Eric Wong wrote: > Eric Wong wrote: > > Requires Tor, for now: > > > > http://rskvuqcfnfizkjg6h5jvovwb3wkikzcwskf54lfpymus6mxrzw67b5ad.onion/all/ > > http://lore.czquwvybam4bgbro.onion/all/ > > Also available without Tor: > > https://yhbt.net/lore/all/ + https://80x24.org/lore/all/ > (but no more reliable, since it's via ssh tunnels) Looking good! I noticed that it doesn't "uniquify" the results. E.g. searching for "lists.linux.dev" (just some uncommon wording I could think of) returns multiple hits for the same message sent to multiple lists: https://yhbt.net/lore/all/?q=lists.linux.dev Is that intentional, or can this be tweaked to show a single result for the same message-id? -K