I'm guessing the there's a "SELECT DISTINCT" that needs to happen somewhere... but here's the example

Node 1 is tagged with tids: 44, 55, 66, 77
Node 2 is tagged with tids: 77, 88, 99

View takes an argument of tids. Looks like this:

views/similar_tags/55+66+77

Listing looks like this:

Node 1
Node 1
Node 1
Node 2

Multiple listings of the same node for as many times as it has tags contained in the argument.

Haven't tested on page view, but this is happening in block view.

Comments

talltim’s picture

Have you tried adding a filter "Node: Distinct" to your view? That should remove duplicate results.

ashtonium’s picture

Status: Active » Fixed

chaged status to fixed, as talltim's posting seems to be the solution.

Anonymous’s picture

Status: Fixed » Closed (fixed)