- TW-1447 Not possible to filter on a UDA of type String (thanks to atomicules).
This commit is contained in:
Paul Beckingham
2014-12-25 17:18:44 -05:00
parent 143fb60d15
commit 8795b0a692
4 changed files with 35 additions and 3 deletions

View File

@@ -80,8 +80,8 @@ void Filter::subset (const std::vector <Task>& input, std::vector <Task>& output
{
Eval eval;
eval.ambiguity (false);
eval.addSource (namedDates);
eval.addSource (domSource);
eval.addSource (namedDates);
// Debug output from Eval during compilation is useful. During evaluation
// it is mostly noise.
@@ -129,8 +129,8 @@ void Filter::subset (std::vector <Task>& output)
Eval eval;
eval.ambiguity (false);
eval.addSource (namedDates);
eval.addSource (domSource);
eval.addSource (namedDates);
// Debug output from Eval during compilation is useful. During evaluation
// it is mostly noise.