The prior IN ({uid-fragments}) logic wasn't getting most of the relevant work items. This expands the scope using slightly adjusted logic and CONTAINS clauses, though at the expense of potential false positives. Those false positives should be something you can filter out manually via the resulting query and/or UID sorting.
The prior
IN ({uid-fragments})
logic wasn't getting most of the relevant work items. This expands the scope using slightly adjusted logic andCONTAINS
clauses, though at the expense of potential false positives. Those false positives should be something you can filter out manually via the resulting query and/or UID sorting.{Fixes #73}