Scenario

Drupal 7, Views

View type block which displays related links between 2 content types (Publications, Factsheets) with shared taxonomy (Tags)

Desired output

display in factsheets nodes related publication nodes with exact same terms or more NOT LESS, eg. If a factsheet node is tagged with apple, banana, orange then it should display a publication node tagged with apple, banana and orange OR apple, banana, orange, mango NOT just apple, banana OR just apple.

In short the view should display the same exact terms or more not less, but not manualy filtered by terms, is there na option in the contextual filter and relationships which provide that result:

Currently the view displays related links that share at least one term, if a node is tagged with 4 terms it will display related content which shares at least one term.

Current view has the following settings

contextual filter by Nid: When the filter value is NOT available Provide default value Content ID from URL

Relationships

Content: Taxonomy terms on node with vocabulary tags and identifier term

Taxonomy term: Content using Keyword(s) with relationship term and identifier field_tags

The fields for display (title, image thumbnail) are assigned with the field_tags identifier to set the relationship

Check view printscreen here:

http://drupal.stackexchange.com/questions/231915/related-content-view-with-exact-same-terms-or-more-not-less

Thanks in advance :)