So this is a problem that I was surprised I haven't found the answer to yet. I currently use many views on a site i've build as searchable forms. For instance the user can search the Content Type, Taxonomy, and State of several different listings. To do this I use the standard exposed field for Content Type, Taxonomy, and State field.

However, I'd like to display what fields were selected by the user in the title of the "search." For instance if a user selects the content type "cow" and the breed type (taxonomy) of Angus. I'd like it to read:

Search Results > 1 - 20 of 32 listings for Angus Cows for sale

Now this wouldnt normally be handled by the token replacement you find in Global: Text area, however if any result in the first row has another term or content type associated with it then you get a result that confuses the user into showing off more terms, states, or types than they searched for. For instance if the user selects Angus Cows, but the node has more than one bread associate with it they get something like:

Search Results > 1 - 20 of 153 listings Angus, Hereford, Charolais

I'd like to only display an accurate representation of what that user searched for in their original search. Any ideas?

Comments

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (outdated)