From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19568 invoked from network); 7 Aug 2023 23:28:16 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 7 Aug 2023 23:28:16 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qT9e3-00E5uI-0a for ml@inbox.vuxu.org; Mon, 07 Aug 2023 18:28:15 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1qT9e2-003gli-1w for ml@inbox.vuxu.org; Mon, 07 Aug 2023 18:28:14 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1qT9e1-003glc-0o for ding@lists.math.uh.edu; Mon, 07 Aug 2023 18:28:13 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qT9dw-00E5tc-2w for ding@lists.math.uh.edu; Mon, 07 Aug 2023 18:28:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To: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:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=vN0oJZHCCw3teCVYFaFxL6yV0Plk8/s3VkN4iltFFH8=; b=ecQi0iP+IQPYwxECeBPjHBZsDC VW6j62QdDmu8bwF4KAZ1FIcdVYOXWeFFKZAZGTZAZo74wHCg+VAUH83UnhsALN3YXB1ttdHI7UTXq fM6nACPV1eyBEJHicyBNtls7ucKctzAuAfR1gRWz0K8EQp/Eiy88ImZU4VPQpFQHvn/k=; Received: from mail.ericabrahamsen.net ([52.70.2.18]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qT9dp-000576-Hd for ding@gnus.org; Tue, 08 Aug 2023 01:28:04 +0200 Received: from localhost (c-71-197-232-41.hsd1.wa.comcast.net [71.197.232.41]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 94EA0FA011; Mon, 7 Aug 2023 23:27:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1691450878; bh=vN0oJZHCCw3teCVYFaFxL6yV0Plk8/s3VkN4iltFFH8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=o73sOMsXB8FGMryjHOS0CVdoN2Wpz2IsJwsePFfyCJekSb72lzV46aBMBzeFwRX9v fB/UK9MBFPPVZ55t99JSbxH/mDyZMgqf4V6znf3Rtb1KuOh+LH+NRue72mJ4sqgaXf oGiKWVEZCS9HX9d+dhRbGdmepYKm12lU18Vpl1n8= From: Eric Abrahamsen To: Husain Alshehhi Cc: Eric S Fraga , ding@gnus.org Subject: Re: Gnus search engine returns "Group nnselect:nnselect-877cqbir7v.fsf contains no messages" In-Reply-To: <87il9shpgr.fsf@alshehhi.io> (Husain Alshehhi's message of "Sun, 06 Aug 2023 02:30:48 +0000") References: <87il9shpgr.fsf@alshehhi.io> Date: Mon, 07 Aug 2023 16:27:57 -0700 Message-ID: <87sf8u301u.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Husain Alshehhi writes: > Eric S Fraga writes: > >> A second thought (having already responded): do the search engines have >> a minimum word size that is used for indexing terms? It could be that >> "hi" is too short. > > I tried different subject lines which I am certain exist in the group > but with no luck. I tried long and short words. MU does not have any > limits on words, and I tried the mu cli and it worked there. Just not in > GNUS. If you can show me some sample CLI output from a working mu search, I can try debugging from there. Eric