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
Comment #1
talltim commentedHave you tried adding a filter "Node: Distinct" to your view? That should remove duplicate results.
Comment #2
ashtonium commentedchaged status to fixed, as talltim's posting seems to be the solution.
Comment #3
(not verified) commented