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=-3.4 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 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 053021F406 for ; Tue, 28 Nov 2023 20:00:13 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=Nfl5Tq3F; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 0E4EDCE1C97; Tue, 28 Nov 2023 20:00:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2CEF8C433C8; Tue, 28 Nov 2023 20:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701201610; bh=TjHbc6HPe7MVPo7CRI37kB4RBlJXsS5sZb7CGvOQLx4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nfl5Tq3FIJ5c7EzGFndWw+LiYDG81VQudPd6IQzYRgkgwwyvfZQxb/GgmomQ1IodJ UTKezrWhKo5LPzxP1AtMNNDQKGNVaiHpwFkHGL6h0lpAwiR630LjWhRpSinXbNyli4 3yQ6hg91Zw9kD+FaZVBVOSH9hlnZ7kS8vCLaxOGk= Date: Tue, 28 Nov 2023 15:00:09 -0500 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org, workflows@vger.kernel.org Subject: Re: extra search flags and params? (ispatch, replycount, ...) Message-ID: <20231128-nimble-meek-horse-8a71b9@nitro> References: <20231128001028.M189230@dcvr> <20231128-classy-brown-muskrat-7f07b1@nitro> <20231128173509.M955004@dcvr> <20231128-pretty-sidewinder-of-pluck-a61b0a@meerkat> <20231128182003.M860390@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231128182003.M860390@dcvr> List-Id: On Tue, Nov 28, 2023 at 06:20:03PM +0000, Eric Wong wrote: > > Ah. I think here is enough to just say "s:* AND NOT s:PATCH" without > > introducing additional xapian indexing parameters. Though, perhaps the web > > interface can also gain a "collapse threads" view? > > topics_new.html / topics_active.html endpoints? > Also, '&t' is a weird accident that happens to work: > > https://yhbt.net/lore/git/?q=s:*+AND+NOT+s:PATCH&t > > I suppose that's OK for the majority of cases. Nice! > Though being able to find unanswered threads could be helpful. Note, I'm not saying it's not a cool feature. :) However, I imagine people would be more interested in searching for something like "show me all threads mentioning $foo to which *I* haven't replied yet". It's not quite the same thing as "nobody has replied yet." I have no idea how hard this would be. -K