boboldehampsink / import

DEPRECATED - Import plugin for Craft CMS
MIT License
177 stars 28 forks source link

Relationships are wrongly assigned #159

Open ghost opened 7 years ago

ghost commented 7 years ago

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?