Pretty bad bug I'm surprised I didn't catch earlier, resolved by 091833e. It caused array filters (ie, logical $or statements) to be parsed incorrectly, by munging the internal state of the filtersByType collection. Added another commit to clean up comments etc.
Pretty bad bug I'm surprised I didn't catch earlier, resolved by 091833e. It caused array filters (ie, logical
$or
statements) to be parsed incorrectly, by munging the internal state of thefiltersByType
collection. Added another commit to clean up comments etc.