+ branch ddc-2.0.33-pre1+negatedMatch+without : added support for WITHOUT queries
- (expr1 WITHOUT expr2) equivalent to (expr1 WITH NOT(expr2)), but computed quickly using set_difference() and only positive matches
- this can and probably should be generalized to a new and improved token-level boolean evaluator