I would like to use taxonomies to show content via views, but keep clean URLs. Then multiple arguments are not doing what I expected.
I managed to get this working: /myview/term1/term2 shows all nodes with taxonomy term1 AND term2. But these are nested terms, with the hierarchy:
term1
-term2
-term3

When nodes are tagged, users prefer the most specific term, e.g. term2. So the view will not return any results, as term1 is not tagged.

Can this be overcome somehow? To only validate the first argument of /myview/term1/term2 and then filter with the second argument?