[KinoSearch] QueryParser bug

Edward Betts edwardbetts at gmail.com
Sat Jun 28 01:03:25 PDT 2008


I've got default_boolop set to 'AND'. I pass QueryParser a query like
"category:(a OR b OR c)" and I get no results. It works if I pass two
categories: "category:(a OR b)" or if I write my query as "category:(a
OR (b OR c))".

How do I see the tree of Query objects that the QueryParser has generated?

-- 
Edward.



More information about the KinoSearch mailing list