From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 15 23:36:38 2023 Received: (at submit) by debbugs.gnu.org; 16 Mar 2023 03:36:38 +0000 Received: from localhost ([127.0.0.1]:40895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcePu-0003yx-Av for submit@debbugs.gnu.org; Wed, 15 Mar 2023 23:36:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:41430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcePs-0003yp-O9 for submit@debbugs.gnu.org; Wed, 15 Mar 2023 23:36:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcePs-0006ib-A8 for bug-guix@gnu.org; Wed, 15 Mar 2023 23:36:36 -0400 Received: from mx0.riseup.net ([198.252.153.6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcePq-0003wB-Dh for bug-guix@gnu.org; Wed, 15 Mar 2023 23:36:36 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4PcXxC4lgQz9sdM for ; Thu, 16 Mar 2023 03:36:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1678937791; bh=zARuOo/7v8OO9G1gcPul1Jv02mMxRX2FnIYhjt3Ga5U=; h=From:To:Subject:Date:From; b=XMePqgSLNXeNqX6/pZw9Upotb/+AIPUfWEJvdHf+T5ka1+UkgC737A3MFrmqW7Vw0 AWxiew/pH13xy88+V/UlKN4+UUNCw1YJBeXZ92GlfuCphvwiVkypyZNi8cwxLaCQqy v7aBOcUW/lB9txOvXXPRYRE+Z8V8iPez4lATCaoc= X-Riseup-User-ID: D16319D058B76F4C368989EB5B0D5B97C4415AB3F7EB6C6535145806E124DBA8 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4PcXxB6yBHz5vZh for ; Thu, 16 Mar 2023 03:36:30 +0000 (UTC) From: Csepp To: bug-guix@gnu.org Subject: Cuirass search doesn't show exact matches first Date: Thu, 16 Mar 2023 04:33:18 +0100 Message-ID: <86wn3h9xl2.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=198.252.153.6; envelope-from=raingloom@riseup.net; helo=mx0.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Tried looking up the CI status of GHC on i686-linux on Cuirass, gave up after 3 pages of ghc-... packages. Also tried the "name" field, as in name:ghc and name:ghc-9.2.5, but neither worked. Regex does not seem to be supported either, so "ghc$" didn't work. Cuirass should just use the same search rankings are "guix search" does and prioritise exact matches.