I have a vocabulary with terms car1 car2
and a vocabulary with terms red blue yellow
how can to do this 2 menu
1) car1 | car2 (this really is a select) menu 1
2) All | red | blue | yellow menu 2
with this results:
when I click on car1 I have a page with all the car1's color nodes (and the All menu active) url think is so: /car1
if I click on red I have the result of car1's red nodes /car1?category=red
and if select blue have /car1?category=blue
when am on red, under car1 /car1?category=red and click on car2 I have the red car2 results /car2?category=red
not sure if the url is so, but which is solution for have this functionality?
I know that is simple with only one vocabulary type this
car1
red
blue
yellow
car2
red
blue
yellow
but I must to do with distinct vocabulary and the terms really are more than 3