Relationships are wrongly assigned
Opened this issue · 0 comments
Deleted user commented
Example:
Product X is related to product A, B, C
Product Y is related to C, D, E.
As you can see, both X and Y have C in common.
The import correctly assigns A, B, C to X and C, D, E to Y. However it also assigns Y to X and X to Y, which I don't want.
My question: Is this a feature, or does it sound like a bug? Either way, is there a way to avoid it?