Create content type with CCK field:
- text field
- allowed values set

View
- Choose "Node title" and "text field" to show in Fields
- filter on text field's allowed values
- "is one of" works
- "is none of" filters correctly, but does not show the value of the text field

Example:

Content Type: Test
CCK Text field: Letter
Allowed Values for Letter: A, B, C, D

Create two Test type nodes:

Title: Test1
Letter: A

Title: Test2
Letter: D

View: show nodes where Letter is one of D
Result:

Title Letter
Test2 D

View: show nodes where Letter is none of A,B,C
Result:

Title Letter
Test2

It seems like there is a similar problem with Taxonomy, which is like an allowed value field. Maybe this is related?

Comments

chris matthews’s picture

Status: Active » Closed (outdated)

The Drupal 6 branch is no longer supported, please check with the D6LTS project if you need further support. For more information as to why this issue was closed, please see issue #3030347: Plan to clean process issue queue