From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 01 01:34:37 2022 Received: (at submit) by debbugs.gnu.org; 1 Mar 2022 06:34:37 +0000 Received: from localhost ([127.0.0.1]:35265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOw5l-00065B-AV for submit@debbugs.gnu.org; Tue, 01 Mar 2022 01:34:37 -0500 Received: from lists.gnu.org ([209.51.188.17]:48380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOw5j-000654-Ey for submit@debbugs.gnu.org; Tue, 01 Mar 2022 01:34:35 -0500 Received: from eggs.gnu.org ([209.51.188.92]:55754) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nOw5j-0006wD-8i for bug-guix@gnu.org; Tue, 01 Mar 2022 01:34:35 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:34081) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nOw5h-0004vV-4z for bug-guix@gnu.org; Tue, 01 Mar 2022 01:34:34 -0500 Received: (Authenticated sender: roman@riabenko.com) by mail.gandi.net (Postfix) with ESMTPSA id 4670E240003 for ; Tue, 1 Mar 2022 06:34:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=riabenko.com; s=gm1; t=1646116467; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=bqTDWP//cjrHPWHGG4B+2id/1WzhqS5+hwtAmm97NqE=; b=lRzybA6zFY4wAxIbU+H9yUTK3tPuOlgdF8dQ2t/dUsT5RI5CS0+k75qZfOGe+X0Ta6IcNE vRW+a0t5qSi4oMrK4NpnqN6Jpa8emwCZ1oYIMo+ZEHy+3jIdzLe4BA3of/lbuvXpdAYGAy XHWmSAy691huspRTAW52tC8uOvJng8FqKG7guP2TYH7y4omPDW+nNLmTZGAuja0d0OM2jE QuTNE0CnxfwZfEeJWmDRlXrW/WCIgriz4Midymw2jD78fzebEmWTdyw075YeAuFh8gCl3Z KBSZrrnOTIb4tOX0UwpLdEurvLedA9I6Ybe4bkC9XgvAt6qcA0FfQPptWIy57w== Message-ID: <10b72780b0d916220e91d9ce3c59f4d8c6eaa2e7.camel@riabenko.com> Subject: mumi search by date provides unexpected results From: Roman Riabenko To: bug-guix@gnu.org Date: Tue, 01 Mar 2022 08:34:19 +0200 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.193; envelope-from=roman@riabenko.com; helo=relay1-d.mail.gandi.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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) 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.7 (--) This report is for the instance at issues.guix.gnu.org. The hint under the search field and the online help documentation suggest that "date:" filter can be used to improve the search results.[1] However, the results are different from what is documented. For example, there is a report submitted on 16 February 2022 and a patch submitted on 20 Fenruary 2022 both contaning the word "mumi".[2][3] I can see them at the end of search results when searching for "mumi".[4] But I cannot find them with any of the following: 1. mumi date:20d..now 2. mumi date:2022-02-01..2022-02-28 The first one returns older posts only.[5] The second one returns nothing.[6] And the last hinted filter does return links to the expected issues but also returns other issues which are apparently out of the specified time period and so introduces noise in the search results making filtering less effective:[7] 3. mumi date:1m..today --- [1] https://issues.guix.gnu.org/help#search [2] https://issues.guix.gnu.org/54024 [3] https://issues.guix.gnu.org/54072 [4] https://issues.guix.gnu.org/search?query=mumi [5] https://issues.guix.gnu.org/search?query=mumi+date%3A20d..now [6] https://issues.guix.gnu.org/search?query=mumi+date%3A2022-02-01..2022-02-28 [7] https://issues.guix.gnu.org/search?query=mumi+date%3A1m..today --- Roman From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 27 13:40:13 2022 Received: (at 54204) by debbugs.gnu.org; 27 Dec 2022 18:40:13 +0000 Received: from localhost ([127.0.0.1]:56486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAEs1-0001Lf-Hq for submit@debbugs.gnu.org; Tue, 27 Dec 2022 13:40:13 -0500 Received: from knopi.disroot.org ([178.21.23.139]:32878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAErz-0001LV-WB for 54204@debbugs.gnu.org; Tue, 27 Dec 2022 13:40:13 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3C3DE40E12 for <54204@debbugs.gnu.org>; Tue, 27 Dec 2022 19:40:10 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6G-W0_WK3UJQ for <54204@debbugs.gnu.org>; Tue, 27 Dec 2022 19:40:08 +0100 (CET) Message-ID: <3d171a5c-5e39-a211-77b9-d991b9c7b0b1@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1672166389; bh=I+aPNVEFvva2zl2y0RdhJJEBDmnll8kt1t98HV0DQdI=; h=Date:From:To:Subject; b=hFQTLN/ai8egGr0aQBgjmLzJ28ybykX4Eo26PcBs08fhf704R1PqjPpRLyt2kWL3+ SO42th/rUae3Qs7jlUbY7wZfKtaJcYj7N3778colsBFAVY5Q3LxbHnnUz8HvsIoedC 6LdHm+PVrrK8zL+TFAkNANHwBkJ3xREBPqFaW4AyJaCbpB6CEjmeTEqYs1Mtx1J/G3 Uis/IpZTACx1/XKUBgO8quZ4qzjixPKt/HlULs9gwSTa+dheTw/z2Wx/5Ld7LiBuiB X+QhW6FIUE7QhBBOiQqp5nAy0Z+3jSD1SstpH2UEUfrEI/b282qlWY8P9m7gp7jlqL emEqwCUo3l4YA== Date: Tue, 27 Dec 2022 13:39:42 -0500 MIME-Version: 1.0 From: kiasoc5 Content-Language: en-US To: 54204@debbugs.gnu.org Subject: Re: mumi search by date provides unexpected results Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 54204 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: -1.0 (-) The date search seems to mess up other filters as well: date:1m..now is:open https://issues.guix.gnu.org/search?query=date%3A1m..now+is%3Aopen Here are 2 wrong results: 56512 URLs in coreutils manuals documentation should use HTTPS Tue Jul 12 07:19:25+0200 2022 Done 15284 patchwish: make the (name) field optional Fri Sep 06 11:06:27+0200 2013 Open First issue is closed, failing is:open filter Second issue is older than 1 month from now, failing date:1m..now filter From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 08 13:10:13 2024 Received: (at control) by debbugs.gnu.org; 8 Feb 2024 18:10:13 +0000 Received: from localhost ([127.0.0.1]:33588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY8qj-0005AM-Fa for submit@debbugs.gnu.org; Thu, 08 Feb 2024 13:10:13 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]:48486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY8qh-0005AA-LL for control@debbugs.gnu.org; Thu, 08 Feb 2024 13:10:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=XrIgDZ7mZ0dQp6T wRe7sjm8y5ZfkPOnCmJm9zs1kVlM=; h=date:cc:to:from; d=lease-up.com; b=UW FEa0Qy5KCV5arELu1Oppbrps+ZoO0kX1j/CvHU6uDn7no8sztU/JtzGCpIS/JaNVKKRylP ISGarjW/EZyDRt+vvrbIMPWt6HeswWxYQOu6VnPCrE6wp4NJWdK0G5SdYBcZh2NOAHEuQ3 PjhhxpX0UZnQSkN+1JWhJteksPBqo= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 5de564b4 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Thu, 8 Feb 2024 18:09:55 +0000 (UTC) From: Felix Lechner To: control@debbugs.gnu.org Date: Thu, 08 Feb 2024 10:09:55 -0800 Message-ID: <87h6ii6d58.fsf@lease-up.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: reassign 65858 mumi reassign 65809 mumi reassign 49295 mumi reassign 64833 mumi reassign 54204 mumi reassign 68920 mumi reassign 55765 mumi reassign 65923 mumi reassign 63507 mumi reassign 60226 mumi [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control 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: 1.0 (+) reassign 65858 mumi reassign 65809 mumi reassign 49295 mumi reassign 64833 mumi reassign 54204 mumi reassign 68920 mumi reassign 55765 mumi reassign 65923 mumi reassign 63507 mumi reassign 60226 mumi reassign 63936 mumi reassign 60951 mumi reassign 66027 mumi thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 10 16:53:31 2024 Received: (at 54204-done) by debbugs.gnu.org; 10 May 2024 20:53:31 +0000 Received: from localhost ([127.0.0.1]:44067 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s5XFD-0002Hq-6S for submit@debbugs.gnu.org; Fri, 10 May 2024 16:53:31 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:60034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s5XFA-0002Hk-1p for 54204-done@debbugs.gnu.org; Fri, 10 May 2024 16:53:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=qT31MdP+sjLWY03O0tavqEd8x3pwGJHxR/1Oc9LovWc=; b=T7gNnrIJzRxVEdep5mSRfEnlsX R1SISCu3ALfcqNN3DxZBQIqH0yl9LtF5V9MbJhyrvBWDlWn84Unqj1Xdaf5hFhdIzi+rWACffw3Mg PiielSqIXAE/ij3i0L357CEl8gqIP+wP2udVWOeSEg5G3nfGjNtFpcqtZ59h/8wWATi5uBu1Hl3r5 CujsXnR12fuuq/58/rr+OzJEbS24tjM2p3R6yETw+zrKr1t9TTzOm8ILfGM+Ea0hlyO1kIrnFqI2f 3dLMC1YyKwaiUJCxqYs2ikXF9nIYj27yCBUpk2pdGEJUX3aarSkS4heGosfZI7QYlfBRL0/AIrzzo 7rKSZVug==; Received: from [192.168.2.1] (port=44242 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1s5XCU-0004LD-0p; Fri, 10 May 2024 21:50:42 +0100 From: Arun Isaac To: 54204-done@debbugs.gnu.org Subject: Re: mumi search by date provides unexpected results Date: Fri, 10 May 2024 21:53:17 +0100 Message-ID: <87ikzl8k3m.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 54204-done Cc: kiasoc5 , Roman Riabenko 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: -1.0 (-) Hi Roman and kiasoc5, I believe this issue has been fixed now with this commit: https://git.savannah.gnu.org/cgit/guix/mumi.git/commit/?id=43be00db61d5b87dc42a6212d8d77ad05cdd69c9 So, I am closing this issue. Feel free to reopen if you see any unexpected results. Thanks for reporting! Regards, Arun From unknown Sat Sep 13 08:09:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 08 Jun 2024 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator