'''Short description''' The current !FullSearch macro does use AND operations for selected list entries. e.g two selected Categories are associated by AND on default. Make it possible to use OR too. (The queryparser code supports currently OR and AND.) == Comment == If we start modifing the current search to using "Boolean Operations" like OR, we should maybe check that we can fully support the Xapian QueryParser (AND, OR, NOT, XOR, NEAR, ADJ, etc..). See here: http://xapian.org/docs/queryparser.html -- MarcelHäfner <> ---- CategoryFeatureRequest