Rename the lookup_value argument to match_value for conditions.
Review Request #8366 — Created Aug. 30, 2016 and submitted
The
matches()
methods were taking alookup_value
argument for the
value to match against operators/condition values. The terminology
didn't really match (no pun intended), so it's been renamed to
match_value
instead.
Unit tests pass.