MatchMixin fails to match with boolean value and None as pattern
If the value is False
and the pattern None
, we would expect a match (in the same way as search found Boolean field against False
or None
).
If the value is False
and the pattern None
, we would expect a match (in the same way as search found Boolean field against False
or None
).