Any plans on adding distinctions for =, == and === at some point?
e.g. for Date to String comparison, String (uppercase) to String (lowercase), String to Number, and maybe in the future String to Path comparisons?
(would obviously break backwards compatibility at this point, but hence asking to consider usage of = and == before doing any porting / usage of the expression node)
Secondly, mostly for the Expression Row Filter (and a hopeful future Splitter version): any plans on supporting IN and LIKE straight away? (including string representation as present in Rule-Based nodes?)