From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bug querying implementation for report-emacs-bug Date: Sat, 20 Nov 2010 14:37:49 +0200 Message-ID: <83zkt49nmq.fsf@gnu.org> References: <87zkt4fbrp.fsf@member.fsf.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1290256814 31052 80.91.229.12 (20 Nov 2010 12:40:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 20 Nov 2010 12:40:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 20 13:40:04 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PJmjW-0002L8-HO for ged-emacs-devel@m.gmane.org; Sat, 20 Nov 2010 13:39:58 +0100 Original-Received: from localhost ([127.0.0.1]:58665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJmjV-0005vp-Gj for ged-emacs-devel@m.gmane.org; Sat, 20 Nov 2010 07:39:57 -0500 Original-Received: from [140.186.70.92] (port=45257 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJmjO-0005ve-Ro for emacs-devel@gnu.org; Sat, 20 Nov 2010 07:39:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJmjM-0003VF-Ht for emacs-devel@gnu.org; Sat, 20 Nov 2010 07:39:49 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:39287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJmjM-0003V2-8R for emacs-devel@gnu.org; Sat, 20 Nov 2010 07:39:48 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LC600500OFRLO00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 20 Nov 2010 14:39:47 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.52.47]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LC6005IIOI9LM00@a-mtaout20.012.net.il>; Sat, 20 Nov 2010 14:39:47 +0200 (IST) In-reply-to: <87zkt4fbrp.fsf@member.fsf.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132906 Archived-At: > From: Tassilo Horn > Date: Sat, 20 Nov 2010 12:57:30 +0100 > > It all seems to work pretty well, except that the querying on the server > side is somehow a bit, well, sloppy. For example, when I search for > "column", I can find some bugs including > > #971 [n| | ] [emacs] 23.0.60; next-line, previous-line and > goal-column > > When I search for "next-line previous-line goal-column" (without the > quotes), I find *nothing*... > > When I search for "next-line, previous-line and goal-column" I get 4 > bugs again. > > Why does that comma and the "and" make any difference? Sounds like the search engine at debbugs uses a literal search, and does not support a list of keywords. Maybe the debbugs folds could fix that, because without that the user will need to run a separate search for every keyword.