I have three content types with a taxonomy Term field "Topics". I want to create a Drupal search with Search API module.
For the users I want to expose a search textfield and Topics as Dropdown so that they can select taxonomy topics and search for a keyword in that Topic.
But with the search api module I am not seeing an option to expose my taxonomy Term field as drop down field.
Is there a way I can do that?

Comments

Stefan Lehmann’s picture

I think you have to activate the Search views module to achieve that. Then you simply create a Search API View with these exposed filters.

I like cookies!

srikanth.g’s picture

Search views is the part of SEARCH API module right? or any other external modules i need to configure to get Taxonomy based exposed filters within specific content type?