Drupal Technical
[SOLVED][Drupal Views] "Is not one of" filter operator appears to be broken
Many Drupal users found out that while using Drupal Views that the Is not one of" filter operator was broken. It seemed to be returning the same results as the "Is not empty (NOT NULL)" operation. The error commonly occurred in the text list fields and boolean fields. If you are encountering the same situation in your Drupal site then read on to find out more.
Here are some of the workarounds which many users have tried out with mixed success.
- You can obtain the same output by using the "Value is one of (A,C,D) OR "Value is empty" as a filter combination block.
- Some users have reported success with the following untested patch. http://drupal.org/files/views-1529016-not-in-include-null-values.patch
Hope that helps.
The easiest way to solve a Drupal issue is to hand it to the Drupal experts. We can provide a wide range of Drupal services to help you maintain and manage your Drupal websites. Get in touch with us to know more.
Reference: http://drupal.org/node/1529016