Closed
Description
_.matches
requires all properties to match. Often times a partial match is sufficient. Since there are other methods in lodash that follow that kind of pattern, it seems like there is a missing matchesSome
method in lodash. I've created a quick working draft here to clearly document what I'm describing (in case there's something already in lodash I'm missing).