diff --git a/src/CLI2.cpp b/src/CLI2.cpp index c31951f18..2cb5cde65 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1647,7 +1647,8 @@ void CLI2::desugarFilterPlainArgs () ppraw == "or" || ppraw == "xor") && - prev->_lextype == Lexer::Type::word && // candidate + (prev->_lextype == Lexer::Type::dom || // candidate + prev->_lextype == Lexer::Type::word) && // candidate prev->hasTag ("FILTER") && // candidate