Using the :ignore_content option, you may provide one or more CSS selectors of nodes for which the content should be ignored when checking for equivalence.
For example, consider my list of devices and Sally's:
By ignoring the SerialNumber, I am able to determine that we have the same list of devices, since for this purpose I don't care about a match on the SerialNumber.
Using the
:ignore_content
option, you may provide one or more CSS selectors of nodes for which the content should be ignored when checking for equivalence.For example, consider my list of devices and Sally's:
Mine:
Sally's:
By ignoring the
SerialNumber
, I am able to determine that we have the same list of devices, since for this purpose I don't care about a match on theSerialNumber
.I'm pretty happy with the functionality of this, but I'm open to better suggestions for the option name... what do you think?