(There are a ton of issues about filters but many of them are old and I can't tell which are dupes of this. So:)

  • Drupal 6.19
  • PHP 5.2.14
  • MySQL 5.1.39
  • Date 6.x-2.x-dev (August 14)

My content type (for school assignments) has two CCK date fields. I want to filter the results to only show nodes where today is between the two dates. I set up two filters, and neither of them is working; I can always see all nodes regardless of their date fields.

I've attached screenshots of my filter config.

Comments

lanny heidbreder’s picture

Category: bug » support
Priority: Major » Normal
Status: Active » Closed (works as designed)

Disregard this. I misunderstood the function of the OR/AND radio buttons at the bottom. I set both to AND and now it works. Sorry for the trouble.