Closed rumski20 closed 3 years ago
The Rule.create_filter is looking for == when doing a PropertyIsEqualTo comparitor. However, the documentation states that = is acceptable.
Rule.create_filter
==
=
This had me looking around for a while. :(
@rumski20 Thanks! Will fix.
@kshepard This is fixed in #19, and can be closed.
The
Rule.create_filter
is looking for==
when doing a PropertyIsEqualTo comparitor. However, the documentation states that=
is acceptable.This had me looking around for a while. :(