I want to use this module in a specific setup, however it isn't clear from the documentation if this will work.

I basically want to display a block of node content that will accept multiple terms from a contextual filter to display nodes that have the same term applied. E.G. Say node 1 has terms a,b node 2 has term a and node 3 has term b, if this view were to be displayed on node 1 you would see both node 2 and 3, however if you saw it on node 2 or 3 it would only should node 1.

Is this possible with this module?

Comments

solotandem’s picture

From your description, you are wanting to display content based on the taxonomy relationships. This module does not do any content display. It only creates a list of filter links so that another module can then display the associated content.

From your example (with 2 terms), it may be you are looking for other nodes that are tagged with ANY of the terms of the current node. This is what the default taxonomy_term view (from Views) does.

dreadlocks1221’s picture

I am looking for the latter functionality in which the view shows nodes with any of the tags that the node being views does, however it seems to treat multiple tags as ANDs and not ORs so if a node has 2 tags it looks for other nodes with the same two tags and not just tag 1 or tag 2

solotandem’s picture

The url for doing ANY of the tags should end with tid1+tid2, not tid1,tid2. What are you trying?

dreadlocks1221’s picture

Im trying to load multiple terms through a contextual filter and not the URL (I basically send the context through panels). Im basically using the tags a basic related items type view