CLI
- Placed filter parentheses around only non-trivial filters.
This commit is contained in:
@@ -351,9 +351,11 @@ const std::string CLI::getFilter ()
|
||||
filter += term;
|
||||
}
|
||||
}
|
||||
|
||||
filter = "( " + filter + " )";
|
||||
}
|
||||
|
||||
return "( " + filter + " )";
|
||||
return filter;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user