The Views PHP Filter by itself works without problems. The other "normal" filter works without problems by itself.

However as soon as the OR operator is used, the PHP filter no longer works. However, the other filter continues to work regardless.

I was able to keep reproducing the problem.

Comments

mmind1’s picture

Same here.

Global: PHP filter works fine by itself, but when combined with other filters, OR is

treated as an AND operator.

Any way around this?