Hi,

I have a Taxonomy list which I have exposed with Views. My Vocabulary is called Retailers, in these I have Counties. The purpose is that the admin will create a retailer content type and assign it to a county so the end user can pick it in the views exposed filter. Like this:

RETAILERS (vocabulary)

County 1 (term)
- Retailer 1 (child, added via node auto term)
- Retailer 2
- Retailer 3
County 2
- Retailer 1
- Retailer 2
...

I use Node Auto Term-module to create a term based on what the admin writes in the Title field of the Retailer content type. The problem is, when I choose for example "Retailer 1" in the exposed filter list I get no results. The term is empty. But if I choose "County 1" I get all the retailers in that term (Retailer 1, 2 and 3).

How can I make "Retailer 1" accessible when picking it directly? Why is it even showing as a child term if it doesn't return any results?

Comments

Why not use contextual

Why not use contextual filters (d7) or Arguments (d6) and add Taxonomy: Term id

Offering SME's Social Media packages & Drupal website services - www.mylocalelectrician.co.uk

I don't know what to do? I

I don't know what to do? I have tried playing around with Contextual Filters but nothing happens on my Page Display View.

Which fields and settings for Contextual Settings should I use in this case?

Content: Has taxonomy term ID (with depth)? And with what settings? Should I include a "%"?

I don't use "Taxonomy/term/" as my page. I use "www.example.com/retailers" and if I choose something from the Views Exposed Filter list I get like "www.example.com/retailers?tid=1"

nobody click here