Let's assume I have a single-hierarchy CAR dictionary, and 9 cars have been entered (2 Ford Fiesta, 3 Ford Focus, 4 Fords unspecified model). The tree Vocabulary Index page will now read:

CAR
- Ford (9)
-- Fiesta (2)
-- Focus (3)
- Wolkswagen (0)
- Renault (0)

If I click on "Fiesta (2)" I will see the 2 Fiestas, clicking on "Focus (3)" I will see the 3 Focus... but how can I get to the remaining 4 cars? Clicking on Ford will only expand/collapse the menu. Maybe we could use the name "Ford" for expanding/collapsing menus, and the number "(9)" for linking to the list of all 9 cars.

Comments

xano’s picture

Status: Active » Closed (works as designed)

This is correct behaviour. If JavaScript is enabled parent terms are collapsed. Clicking them shows their child terms. If you don't want this behaviour, you should disable the JavaScript file through your theme. Using the node count to link to the term page would IMO be confusing, since the term's name and node count appear to be a single link.