I'm trying to create a Drupal web for a travel agency and need your help.
I store locations in a taxonomy with hierarchy, the structure looks like this:
- Europe
- France
- Paris
- Germany
- Berlin
- France
- Europe
I'm using a view with "Has taxonomy terms (with depth)" filter, exposed as a selectbox.
- "Show hierarchy in dropdown" is enabled
It works fine, but the selectbox starts to get pretty huge as the number of the location is increasing.
So my question is: Is it possible to show just the 1st and 2nd level of the taxonomy in the select box? Or is it possible to show each level of the taxonomy in a separate select box?
Thank you!