I'd like to be able to render a select list for visitors so they can select tags to search on when filtering through an image gallery. I've created a taxonomy with all of the tags I need and I've attached a term reference field to the image content I've created. Fortunately I was able to find the Taxonomy Container module which allows me to create hierarchies with my tag library for more organized tags. With Chosen I was able to create a nice select list for my content, like so: http://i.imgur.com/WtFrraw.png.

When I created a view to render this image gallery, I tried to create an exposed filter on the same field. Unfortunately this filter is not being rendered the same way as the content field. Instead the filter is displaying all of the tags but is not using the hierarchical structure that Taxonomy Container provides for the content field, like so: http://i.imgur.com/xnVd1x7.png.

Has anyone had an issue with Views integration with these modules? I'm cross-posting to each module page because I'm not sure which is causing the issue. Seems like a simple integration error but I've tried every setting I can think of to modify the field and exposed filter, to no avail.

Comments

Xopherus’s picture

Issue summary: View changes
Chi’s picture

Component: User interface » Code
Status: Active » Closed (won't fix)
Related issues: +#2318871: Select Lists (with groups) field not rendering as an exposed filter in views

It is definitely not Chosen issue.