Hi, I have a major problem in trying to get this module to work for a certain case. I have a nodes views set up with a location taxonomy used for the users. This taxonomy includes city/state in a hierarchy. I'm trying to use an exposed filter where you can find nodes from people from a certain location. I have Los Angeles, California set up, but the problem is, Los Angeles works whereas California doesn't show anything underneath that. The lineage isn't searched at all. Is there any way to fix this?

Thank you!

CommentFileSizeAuthor
#2 936282-views_filter_with_depth-2.patch5.32 KBMarko B
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joachim’s picture

Category: bug » feature

We'd need the equivalent of the 'Taxonomy: Term ID (with depth)' argument and filter but for user terms.

Might be doable with the same handlers.

This isn't something I have time to work on myself, but I'll review patches.

Marko B’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
5.32 KB

This has been a long time ago but I needed this and today I made this filter for views. It works and I am using it on live site. Maybe somebody will need it.