Allow string
argument when regexp
- or like
-ing an enum column
#1330
Labels
string
argument when regexp
- or like
-ing an enum column
#1330
When filtering an enum column, e.g.
with
"regexp"
or"like"
the types leading to the type errors above seem too strict to me.
What do you think about broadening the type to
string
for the right-hand side argument of"regexp"
and"like"
?Playground link
The text was updated successfully, but these errors were encountered: