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,AWL,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 4ACAE1F406; Tue, 28 Nov 2023 00:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1701130228; bh=Dp8HlBgb+cEGbZnATWUb2H00OaFo01M8FHg4W0Un6hA=; h=Date:From:To:Cc:Subject:From; b=Eg3YX1SDUWTb0OYO7IopekzEPGyri2v+llhpR+kvt8aYSdI5vCDMJeN/96kxn745h 3LY2Gd10KichF3zBqCya1DgcqWx2W/LhmbZWC8WOiH0+wSAwL29mYySrRUaLAr6pHG m8dmVMacFsEnnejj0DXBw6RvXZ3GdSGpz6UZ+GCs= Date: Tue, 28 Nov 2023 00:10:28 +0000 From: Eric Wong To: meta@public-inbox.org Cc: workflows@vger.kernel.org Subject: extra search flags and params? (ispatch, replycount, ...) Message-ID: <20231128001028.M189230@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Would they be useful? It's not currently possible to quickly search for whether or not a term (e.g. patchid:) is present in a Xapian document. Having the ability to do so would make it easier to find non-patch messages, or easily filter down to cover letters, bot replies, etc... Thus adding Xapian terms is probably necessary for that. replycount would be useful for implementing search for ANSWERED/UNANSWERED in IMAP. However, proper indexing/reindex could be a PITA due to out-of-order message reception. I don't think any of these would be required to get "lei rediff" working on entire patchsets, though (it only does individual messages, currently).