DataCleaner icon indicating copy to clipboard operation
DataCleaner copied to clipboard

CompareFilter: IN operator

Open jhorcicka opened this issue 9 years ago • 2 comments

In CompareFilter it would be nice to have an option to specify a list of values that should be checked. In MetaModel there already is support for IN operator. So let's add it to the filter.

jhorcicka avatar Jul 14 '16 08:07 jhorcicka

I've just found out that this functionality is already present in EqualsFilter.

jhorcicka avatar Jul 14 '16 13:07 jhorcicka

LGTM! Tested and it works fine!

ClaudiaPHI avatar Jul 19 '16 15:07 ClaudiaPHI