I have a Taxonomy vocabulary "Cities" with several fields added, so that besides the city name, there is a zip code and district belonging to the city. In Views I would like to have one drop down exposed filter that would show the values of 3 fields together - e.g. the city name, zip, district would appear as one entry. Filtering remains by city name only. Normal rewrite of the output of a field, using [name] [field_zip] [field_district] works fine, but this kind of rewrite does not seem to be possible in the BEF filter rewrite settings. Is there a way to do this with BEF, or is there another way of combining field values in a filter?

Comments

mikeker’s picture

Category: Support request » Feature request
Status: Active » Postponed

At this point, BEF doesn't support added taxonomy fields in filter rewrites. There may be a Views module that allows this integration -- if so, BEF will work with the new filter options output by Views. I'll look at this as a possible addition to the tokens included in filter rewrites in the next version of BEF.

In the meantime, you'll need to update the displayed term name via hook_taxonomy_term_load or similar in a custom module.

Neslee Canil Pinto’s picture

Status: Postponed » Closed (won't fix)

Hi, there will be no more future development for 7.x branch. If you see this issue in 8.x, feel free to file an issue. Closing this as Closed(wont fix).