Closed (works as designed)
Project:
Taxonomy Views Integrator
Version:
8.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2020 at 23:38 UTC
Updated:
27 Jul 2023 at 03:53 UTC
Jump to comment: Most recent
Comments
Comment #2
ab2211 commentedComment #3
steinmb commentedComment #4
richgerdes@ab2211,
Good question. With views, you can use a contextual filter to filter the display for a given term. This module injects, the term id as a contextual filter, so that the view works as expected. As a result, you can reuse the same view without creating duplicates, just as a contextual filter, under the advanced section on the view config page.
If you are looking to create multiple different displays, filtering by other criteria, based on the taxonomy or to override the display for specific terms, you can do this by creating additional an additional view, based on the site's criteria and using different views for some of the vocabularies or even setting the view on specific terms.
Let me know if you have any other questions.
Comment #5
mikeohara