In views, is it possible to configure a cck taxonomy field so that a user search for higher level taxonomy terms also matches its parents? Say that I have this taxonomy called Places:
Asia
China
Shanghai
Beijing
Japan
Tokyo
Nagoya
Indonesia
Bandung
Banjar
Europe
France
Paris
Lyon
Germany
Berlin
Hamburg
UK
London
Birmingham
North America
Cananda
Toronto
Ottawa
USA
New York
Texas
I want users to be able to select, say, Europe and find all content matching France, Germany or UK and their children nodes.
When you save an item with taxonomy Shanghai, the article gets the taxonomy of Shanghai only.
Ideally you would like the article to get the taxonomy of Asia, China, Shanghai. This way you will get the article when someone searches even for Asia.
The way to do this is use the Hierarchical Select Module. There is a setting in it that will force all the taxonomy of the parent items (i.e. Asia, China) to be saved also when Shanghai is saved.
Please ask me if you have trouble locating this setting.