cel-python
cel-python copied to clipboard
Question usage of .contains()
Hi,
After the upgrade to version 0.4 the syntax field.contains("value") doesn't work when evaluating a json input. Is this by design or do I need to change anything on my implementation?
The error I am getting is: Rule evaluation error: ('no such overload', <class 'AttributeError'>, ("'str' object has no attribute 'contains'",))
+1
The same question
This is a feature request, really.
@slott56 was this fixed by #126 / would it be valuable to cut a v0.4.1 with this fix?
Good idea!