I'm trying to create a Views page of nodes (from custom content) filtered on Vocab1=term 1 (not exposed), with 2 grouped exposed filters from Vocab2.
I'll try to explain it in details: I have a custom content with multiple vocabs, and multiple terms allowed per vocab.
Vocab1
-term a1
-term a2
-term a3
- ...term ax
Vocab2 -
- term b1
-term b2
-term b3
-...term bx
Note: terms in Vocab2 only applies to term a1 in Vocab1.
Here are the steps I've done so far:
Step1. Created a views page displaying a grid of nodes from Vocab1 = term a1.
Relationships - Content: Taxonomy terms on node --> Identifier: term
FIlter criteria - Has taxonomy term (= term a1) | Settings
Nodes displayed are accurate.
Step2. Added an exposed Filter Criteria: (term) Taxonomy term: Name (grouped). Let's call this Filter2.
The groupings are as follows:
-Any-
group1.1: is one of b1;
group1.2: is one of (b2, b3);
group1.3: is one of b4;
Exposed filter works fine.
Step3. Added another exposed Filter Criteria: (term) Taxonomy term: Name (grouped). LEt's call this Filter3.
This time the groupings are:
-Any-
group2.1: is one of b5;
group2.2: does not contain b5;
This is when the issue starts.
Issue1: Views page results to multiple duplicates of nodes. With that said, it only dispalys nodes with Vocab1=term1.
Issue2: Filter3 only works if Filter2 = -Any-. I want to be able to show results for group1.1 and group2.1, etc.
Hope this makes sense. I'm new to CMS and drupal is the only one I've tried so far, so please be gentle with me. I'd really appreciate any advice.
Thanks!