I've got two content types: "job" and "job description".
Both of these types are categorized by using ONE taxonomy vocabulary "category".
I've enabled the default "taxonomy term view" for views.
No when I navigate to the site /category/entertainment (for example) all jobs and job descriptions which are tagged with the category "Entertainment" will be displayed. But I want to extend this view like:
- /category/entertainment/job => show all nodes of type "job" with the category Entertainment
- /category/entertainment/job_description => show all nodes of type "job_description" with the category Entertainment
