v1.2.1 - fix eq/neq operator when the target value is null
We added a new condition to match when a value on the user "is null" and "is not null". Due to how golang works, a string field on user, like email
will never be nil, but will be an empty string instead. This patch makes it so that empty string on a user field is treated the same as nil.