I have created a Drupal 6 view which has two "Taxonomy: Term" (Term ID) filters, for two different taxonomy terms. I need to create a feed that pulls content that is associated with a OR b, or that is associated with a AND b. Currently, nothing is displayed because it seems that the logic of two filters is AND, not OR.

How do you pull content that has the logic OR with Drupal views?

It does work if there is only one filter, but as soon as I add a second filter, zero records are found.

有帮助吗?

解决方案

The OR filter is not built in to Views2. For ways to get around this, see http://groups.drupal.org/node/16173. And this old post might help as well OR operator in Drupal View Filters

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top