Closed (fixed)
Project:
Taxonomy Filter
Version:
6.x-1.6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2011 at 06:53 UTC
Updated:
23 Nov 2011 at 13:50 UTC
I have 4 vocabularies. Out of them I need to expose 3 using single exposed filter. Please suggest the solution.
Comments
Comment #1
solotandem commentedWhat 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?
Comment #2
stutibhavsar commentedLet 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.
Comment #3
solotandem commentedSounds like a views integration issue. Are you saying you can not add 3 filters, one for each vocabulary? What about search modules like Solr?
Comment #4
stutibhavsar commentedI can add 3 individual filters, but I dont want 3 filters. I just want 1 filter field which can have 3 vocabularies.
Comment #5
solotandem commentedWhat you describe is a search module issue; check out search or apache solr or similar.