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

kreynen’s picture

What 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.

serg2’s picture

As 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.

matt.elkins’s picture

Status: Active » Closed (won't fix)