User can input multiple terms, results can tagged as some or all of those terms, but not other terms
Solutions
So if I understand this correctly, you only want the nodes that have all the checked values (and not a subset). So if I checked only blue, only node 4 will be returned and not 1 and 3?
I think you'd be best of to write a custom filter, based on the 'is one of' filter. With that you can select nodes that have the terms attached and than drill down the filter.
Drupal 7: Manually Listing Taxonomy Terms AND Nodes Having Those Terms
In a Drupal 7 block, I'm trying to list the taxonomy terms of a particular vocabulary in an unordered list, and also have any published nodes that are part of that taxonomy term as children. Example: Say I have a Vocabulary called Products, which has the taxonomy terms Beer, Wine, & Whiskey. Say Beer has 2 content nodes attached to it (Guinness...
Getting parents' terms of terms tagged into a particular content type nodes
This is a bit confusing for me. I am using Drupal 7 and Views 3. I have a list of particular content type nodes tagged with a term (from a vocabulary "topic"). Vocabulary "topic" is 2 levels deep and nodes are tagged just with leaf terms. I have those same nodes tagged with another vocabulary ("level" vocabulary). I'd like to get in a view all pare...
why some PDOException errors are displayed in details on users screen and some other not
A user reported to me seeing the following error on his screen: The watchdog entry for this error looks like this: I would like this kind of errors not to be displayed in detail on user screens. However, I am not able to replicate this problem of displaying error in detail on the screen. During my tests, SQL errors are NOT displayed in detail at al...