Hi,

I have added a field in context filter and checked "Allow multiple values". The field is actually a custom field (not a taxonomy term), which was added to a content type. Now the filtering is working fine ONLY when I pass 2 values as "OR" condition (val1 + val2). But the filtering is failing when applying "AND" condition (val1, val2). The "AND" condition also gives the same result as the "OR" condition.

Will it be a context filter configuration issue or a bug in Drupal 8? Please advice, if someone has faced a situation like this and found a solution for it.

Thanks,

Comments

KD Eric Depta’s picture

I'm using views version: 8.1.10
No matter how I enter ('+' or ',') into the fixed default argument it shows the same results. In addition the query setting 'Distinct' has no effect.