Closed (won't fix)
Project:
Views Isotope (Deprecated)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2013 at 23:52 UTC
Updated:
8 Apr 2013 at 15:47 UTC
I have the Isotope Grid and Filterblock up and running but have an issue with duplicate filter terms.
I am using 'Tags' as my filter and each piece of content has at least one tag. The filter is showing duplicate listings of the same term, it still works well but I cannot figure out how to make it show one of each term.
For example, the filter shows:
ALL
A
A
A
B
B
B
C
C
C
D
D
D
Where it should just show:
ALL
A
B
C
D
I have tried using Aggregation and setting the Query setting to Distinct and while this removes some of the duplicates, not all.
Has anyone experienced this? Any ideas?
Comments
Comment #1
kreynen commentedWhat happens when you switch the view to display as a table? If you see the same result, the issue is with your view and not views_isotope. Remember the Isotope JQuery library is applied the HTML that Views returns at the browser level.
Comment #2
serg2 commentedAs you suggested Kreyen, this produces the same result, so this is not a views_isotope bug but either a misconfiguration by me or a views bug.
I have opened a Issue in views http://drupal.org/node/1954316 and hopefully that will solve the issue.
Any suggested solutions will be gratefully received.
Comment #3
matt.elkins commented