Is it possible to use multiple Vocabulary ID's in the same way as it is possible to use multiple Term ID's? For example with term ID's there are a couple of checkboxes which "If selected, users can enter multiple arguments in the form of 1+2+3 (for OR) or 1,2,3 (for AND)." however they are not available for Vocab ID's?

We currently use Views to filter and sort our communication's landing page. The changes listed will be filtered depending on a users content profile fields "Brand" and "Department" so we can target users with relevant changes. However some agents are multi-skilled so they need multiple departments or brands selected. As above this works fine for the departments (terms) but not for the brands (vocabs)

Comments

dawehner’s picture

Version: 6.x-2.9 » 6.x-3.x-dev
Category: support » feature
Status: Active » Fixed

That's a feature request so it will not be implemented in views2.

But i commited a fix for this to 6.x-3.x and 7.x-3.x

westie’s picture

Awesome!

westie’s picture

Sorry to be a pain, but have you any idea how I can get multiple args for the vocabulary in 6.x-2.12 ? Any insight would be helpful as this is something very important to our implementation.

I would be immensely grateful for any support :)

dawehner’s picture

Well you would have to bring in the changes made by this commit.

Therefore search in the git logs for this nid, see the patch.
You could either do the same in a custom module or patch your views installation.

westie’s picture

Ohh I see that makes sense now, thank you dereine I have learnt something new about how the commits relate to the issue queue! :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.