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.