[Xapian-discuss] Perl bindings: QueryParser::OP_AND

John Wang johncwang at gmail.com
Fri Jul 14 21:20:03 BST 2006


On 7/14/06, Olly Betts <olly at survex.com> wrote:
>
> On Fri, Jul 14, 2006 at 12:32:15PM -0700, John Wang wrote:
> > Search::Xapian::DB_CREATE_OR_OPEN
>
> Right, I thought that was the correct syntax.


Oops. I found my problem. I was qualifying it incorrectly. I was using:

  Search::Xapian::QueryParser::OP_AND

when it should be:

  Search::Xapian::OP_AND

-- 
John Wang
http://www.dev411.com/blog/


More information about the Xapian-discuss mailing list