Hi folks,
On my search form, I have a setup where users can restrict a search to a certain channel. For example, while a plain search would pull results both from the News channel and from the Events channel, a user can select to search only in the News channel or only in the Events channel.
I have this search-filter part working, and am able to display the filtered results fine.
My problem is that I need to be able to access from the search results page the name of the channel that the user chose to filter by.
This is so that I can print something like, “Showing results only from [channel name]” to the screen for the user’s convenience.
Does anyone know how to do this?
Thanks in advance!
—Timothy