I have 4 vocabularies. Out of them I need to expose 3 using single exposed filter. Please suggest the solution.

Comments

solotandem’s picture

Category: task » support
Priority: Major » Normal

What do you mean by a "single exposed filter?" Other than the three individual filters menus that would be output for the three vocabularies?

Have you read http://drupal.org/node/793158#comment-2948550?

stutibhavsar’s picture

Let me be more precise. I have 4 vocabularies : Shop Number, Brand Name, Country and City.
Now I have to create a view so that I can provide search facililty. User can search the data by brand name, country and city.
Views filter gives the option of taxonomy id. but the problem is I can only select 1 vocabulary at a time.
I need only 1 expose filter which can provide me the search results for all 3 vocabularies(brand name, country, city).
Hope you get my point.

solotandem’s picture

Sounds like a views integration issue. Are you saying you can not add 3 filters, one for each vocabulary? What about search modules like Solr?

stutibhavsar’s picture

I can add 3 individual filters, but I dont want 3 filters. I just want 1 filter field which can have 3 vocabularies.

solotandem’s picture

Status: Active » Fixed

What you describe is a search module issue; check out search or apache solr or similar.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.