I’m looking for some clarification around and/or logic for filtering services (and taxonomies)
The examples I’ve found in the documentation say “and/or” but does that mean:
Its and/or depending on your implementation
or
and/or is whats returned, so the results for a query where I request value1 and value2 in my params, if a service has value1 and value2 return it plus if a service has value1 or value2 return it?