Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add NOT_EQUAL to operator mapping (fixes #1603)
NOT_EQUAL was already special-cased as an exclusion operator by Filter.check(), but the special case was never reached because of the prior attempt to lookup the operator in the mapping dict, which caused a KeyError.
- Loading branch information