I'm using Drupal Core 6.20 and Views 6.x-2.12.

I have a view with a variety of optional exposed filters, many of which are CCK fields. I also have an exposed filtered for taxonomy terms. This view has been working fine for a long time, but today it is completely ignoring the taxonomy term filter, while the other CCK filters are working just fine.

With the live preview, when I choose a term, the query SQL does not include any reference to my selection. Same when I inspect the page using Drupal for Firebug.

No modules have been updated, and I'm almost certain there have been no changes to the view itself. Thus I suspect some other change that is possibly causing the problem, but I have no idea what could be doing so.

Any ideas?

Comments

cschults’s picture

Issue tags: -exposed filter
cschults’s picture

Status: Active » Closed (fixed)

Discovered a custom module had some validation for another exposed form that was also applying to this one.