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.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x729.google.com (mail-qk1-x729.google.com [IPv6:2607:f8b0:4864:20::729]) (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 044C21F55B for ; Tue, 26 May 2020 19:17:49 +0000 (UTC) Received: by mail-qk1-x729.google.com with SMTP id z80so21909388qka.0 for ; Tue, 26 May 2020 12:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition; bh=YzoZCrFdLqf/ncFIITVvldS/HSOowT3Xfl/8NkwXm5M=; b=TzRjOCQyfBoIAGNSOWM6uzPU2fxRkbkj3mH9XT8Iw2NiFqQcFdLvg6JHfQZXnqJqZ0 kR/GCCsWHiBT9IzNiWMZiyl0VW+fQ31fDlwtKCgvAeFg+lA8Gxs5O9ZYTh2KgXo0HqxL XLP5mJEiq8G0elyeX/86etRztriOOTgYp+fBw= 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:subject:message-id:mail-followup-to :mime-version:content-disposition; bh=YzoZCrFdLqf/ncFIITVvldS/HSOowT3Xfl/8NkwXm5M=; b=ZmkeglGebVkHFKB3czc18dkRqDWV3qasC2lhkmLiFhcNFNzWhBmMpuEMLtteJPTlE2 sGnxnF+S6O/2/0xEYIYJbSLVU48J0KByrmnav1EyeooseV6tZrVHPKXe7smdYR6c0AM7 FkoXotHtxL0S+aNcjP/oAh4qp0qeHIyVxMFg51+aJnqHWZ+wAnqsmVzhrBOQnDTeW+Dh 4G33dP/aH95DtzUTXgZNRH76MJteyEAQp7vbnyaYIbIIdRDAkjD8LUxQ2WXUxarUT/6w 0JPmaM8VHAqeMnOH06qVEGXefHYejNPTZ6q3I9cN4cn/MTFzkh6+qgjokawbDyD0dHaY Ensw== X-Gm-Message-State: AOAM531e1ZF7tkcN4s85JvAV59iQmgjrByXKrGswv61Pk0EcPrc4mQ6C YvHvTX+dI+G4pFpap1hZu+SNdr8JkNI= X-Google-Smtp-Source: ABdhPJwsWXcHnl+WNrZrnqeb6iFZmfrFmIaGkiBlXQCkMfw8Rve9QeQCkwEwykBS9UAgHe0v6IIfAA== X-Received: by 2002:a37:d286:: with SMTP id f128mr380540qkj.56.1590520667526; Tue, 26 May 2020 12:17:47 -0700 (PDT) Received: from i7.mricon.com (107-179-243-71.cpe.teksavvy.com. [107.179.243.71]) by smtp.gmail.com with ESMTPSA id k43sm568459qtk.67.2020.05.26.12.17.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 May 2020 12:17:46 -0700 (PDT) Received: by i7.mricon.com (sSMTP sendmail emulation); Tue, 26 May 2020 15:17:45 -0400 Date: Tue, 26 May 2020 15:17:45 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: Search based on data in follow-ups Message-ID: <20200526191745.34vynfasnf3amyjq@chatter.i7.local> Mail-Followup-To: meta@public-inbox.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Hello: I suspect this would be Pretty Hard To Do, but wanted to mention it on the list anyway, just as a "musing out loud." It would be cool to be able to exclude/include results based on conditions in thread follow-ups. E.g.: - (subject contains "PATCH") AND (follow-up from testbot@example.com that contains "Passed") AND NOT (follow-up from me that contains "Applied|NACK") I expect this would require client-side filtering, though, as I can't imagine being able to sanely do this with Xapian. Best, -K