Community

How to create search similar to hierarchy select or taxonomy term views

I'm still fairly new to drupal and I'm trying to figure out how to create a filter that end-users can use to find content similar to how hierarchy select or taxonomy term views looks when users are submitting content.

So far I haven't been able to figure out how to do this. Can someone point me in the right direction?

Comments

Hi, I didn't understand the

Hi,

I didn't understand the question clearly.

If you want filter the content based on taxonomy, Then you need to use views.
There is option in views called 'exposed filter' which can be easily configured to do it. Check the below tutorial.
http://nodeone.se/da/node/677

best regards,
Prabhu G

Thanks

Thanks, I think this is what I needed.