From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.134.218 with SMTP id k26cs71129bkt; Thu, 10 Jun 2010 06:25:22 -0700 (PDT) Received: by 10.231.207.225 with SMTP id fz33mr114226ibb.173.1276176321458; Thu, 10 Jun 2010 06:25:21 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id c18si1721ibi.61.2010.06.10.06.25.20; Thu, 10 Jun 2010 06:25:21 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id B44C01858387; Thu, 10 Jun 2010 09:25:20 -0400 (EDT) X-Greylist: delayed 370 seconds by postgrey-1.31 at rubyforge.org; Thu, 10 Jun 2010 09:05:08 EDT Received: from sam.mediasupervision.de (sam.mediasupervision.de [80.152.3.104]) by rubyforge.org (Postfix) with ESMTP id 835341858385; Thu, 10 Jun 2010 09:05:08 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by sam.mediasupervision.de (Postfix) with ESMTP id 072B34860A7; Thu, 10 Jun 2010 15:05:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at sam.mediasupervision.de Received: from sam.mediasupervision.de ([127.0.0.1]) by localhost (sam.mediasupervision.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p2wW02h4ajfd; Thu, 10 Jun 2010 15:05:07 +0200 (CEST) Received: by sam.mediasupervision.de (Postfix, from userid 1000) id D24B34860AB; Thu, 10 Jun 2010 15:05:07 +0200 (CEST) From: Gregor Hoffleit To: Mark Alexander In-reply-to: <1276171687-sup-6993@sam.mediasupervision.de> References: <1276098490-sup-8738@sam.mediasupervision.de> <1276170636-sup-6551@r61> <1276171687-sup-6993@sam.mediasupervision.de> Date: Thu, 10 Jun 2010 15:05:07 +0200 Message-Id: <1276175002-sup-9199@sam.mediasupervision.de> User-Agent: Sup/git Cc: sup-talk@rubyforge.org, sup-devel@rubyforge.org Subject: Re: [sup-devel] Bug with searching for multiple labels at once X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Indeed, I just noticed that the NewUserGuide.txt is much more up-to-date than the Wiki (http://sup.rubyforge.org/wiki/wiki.pl?SearchingMail). As a start, I copied the information from the NewUserGuide to that Wiki page. Still, somebody who knows better should update that page. Furthermore, I marked the information in "Testing Xapian" as obsolete in the Wiki. Still, it is not clear to me what happens without explicit AND or OR operator. "label:somelabel label:anotherlabel" seems to be equivalent to "label:somelabel OR label:anotherlabel". "label:ruby-talk subject:\[ANN\]" seem to be equivalent to "label:ruby-talk AND subject:\[ANN\]". The Xapian QueryParser documentation (http://xapian.org/docs/queryparser.html) is not clear about this either. Regards, Gregor Hoffleit _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel