From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.155.88 with SMTP id r24cs312869bkw; Thu, 5 Aug 2010 07:42:26 -0700 (PDT) Received: by 10.229.52.24 with SMTP id f24mr3475351qcg.268.1281019346199; Thu, 05 Aug 2010 07:42:26 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id t26si529098qcs.159.2010.08.05.07.42.25; Thu, 05 Aug 2010 07:42:26 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-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-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id AB29E19783BF; Thu, 5 Aug 2010 10:42:25 -0400 (EDT) Received: from mail-px0-f178.google.com (mail-px0-f178.google.com [209.85.212.178]) by rubyforge.org (Postfix) with ESMTP id 54EAF1858354 for ; Thu, 5 Aug 2010 10:35:25 -0400 (EDT) Received: by pxi1 with SMTP id 1so395453pxi.23 for ; Thu, 05 Aug 2010 07:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type:cc :subject:from:to:in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=V3wFZx9Bu9Nkt3F2xHwfyIsp0rhIf335BN7wbQdXYwQ=; b=FzTJ8ey8BqW1BoyYQLSRgA3tgNw4m4fKL1DXEi7DDR/N0+e4qKnqSoMW5z3R/CSY3/ 0n60AxREqx328SSHhdwJcDOOwCGfa/TkIm2/p8nkehzIo+TDtMT53XSKW04iIQftNQAI XjDkCY6+x+sFOcqc3f+ga6vZcPfEl6N2nnsfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:cc:subject:from:to:in-reply-to:references:date :message-id:user-agent:content-transfer-encoding; b=sQTgSR3cRlDbhq4xGFd7Ps/4yX8dIekm5+0Iu3+UkKWSD45Qv3OR5DJMNzo0B8zDb8 S945twMGFbJRTngwMqjaE9iDZ5PE28qIr4uAx7wdDpyxbCpNpjDZZLWOMBWztJG2yI0U Uy2RUVV7as4UmuVB+0ZUTv8K/Hpts7Mbo4uFk= Received: by 10.142.223.5 with SMTP id v5mr3352486wfg.46.1281018924592; Thu, 05 Aug 2010 07:35:24 -0700 (PDT) Received: from localhost (c-24-63-138-235.hsd1.vt.comcast.net [24.63.138.235]) by mx.google.com with ESMTPS id 33sm265907wfg.9.2010.08.05.07.35.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Aug 2010 07:35:23 -0700 (PDT) From: Mark Alexander To: Brian May In-reply-to: References: Date: Thu, 05 Aug 2010 10:35:19 -0400 Message-Id: <1281018723-sup-977@r61> User-Agent: Sup/0.11 Cc: sup-talk Subject: Re: [sup-talk] searches X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup 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-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Brian May's message of Wed Aug 04 22:14:14 -0400 2010: > How do I perform and AND operation? You use the AND operator :-) . Apparently it's a known bug that Xapian doesn't do AND as the implied operator when there is none specified. So I do things like this: is:unread AND is:inbox AND label:widgets _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk