We need to add IN operator support for taxonomies.
We should consider a more reusable approach to the one we're using, like for instance turning a single IN rule into an array of multiple == rules. This would make the IN operator work for pretty much any parameter type you could throw at it.
We need to add
INoperator support for taxonomies.We should consider a more reusable approach to the one we're using, like for instance turning a single
INrule into an array of multiple==rules. This would make theINoperator work for pretty much any parameter type you could throw at it.