From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2C9CA1F542; Wed, 31 May 2023 07:50:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1685519453; bh=NKURGDCTp9/HDYLUsjDEVmJjtRg6mz1RNyV4uvpua6o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hfRN+CU+8rfFLJD/1qNy1YBp6d6ms0YT0DhxxlcX9VvmRwhUeF8Ccj1ysbLS3KCzI +6qzDJoaN7kLkUzb2gHTy8vU69Hv8pUspy0j2A86pFc120dGyKBbah7yWSMtp+Zy2O 9RIF/PpAglH5nmvTGUkDvIoa1msI4r1oYXdO0UTc= Date: Wed, 31 May 2023 07:50:53 +0000 From: Eric Wong To: Alison Schofield Cc: meta@public-inbox.org, Dave Hansen Subject: Re: Threaded responses to queries (x86) Message-ID: <20230531075053.M93596@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Alison Schofield wrote: > Hi, > > I use Lore and find the threaded results of many Lore Lists useful. > Then there is x86. It doesn't have a list, so I query: > > https://lore.kernel.org/all/?q=tc:x86@kernel.org > > The result of that query is not threaded. Can I change my query to > get the threading, or, as Dave Hansen suggested below, does the > underlying code need to change. You can use the `&x=t' parameter to give something similar to the /$MSGID/T/ URLs which is the "flat" thread output: https://lore.kernel.org/all/?q=tc:x86@kernel.org&x=t The `#t' anchor brings you directly to the thread skeleton overview: https://lore.kernel.org/all/?q=tc:x86@kernel.org&x=t#t There's also an undocumented t=1 parameter which collapses threads(*) and might reduce clutter from busy threads: https://lore.kernel.org/all/?q=tc:x86@kernel.org&x=t&t=1#t (*) t=1 was only intended for the mbox downloads, but ends up affecting HTML output > Dave's diff follows. I don't have a means of trying that out. Having a dothread= parameter seems redundant with x=t; but I agree x=t can display too much and the default summary view not enough... > I appreciate help in improving the view of x86! It's tricky to get the because search results can be ordered by either relevance or date. And also the relevance percentage next to each message. I wonder if lore can expose x86@kernel.org as its own inbox even if it's technically not a subscribable mailing list. That would be much faster (but less space-efficient) than issuing a Xapian query to get x86@kernel.org mails.