Within my view, I'm using a contextual filter—with a default "summary output"—to filter my results by taxonomy term.
The problem is that the summary-result is grouped by a listing of taxonomy term-id's (including a node count) and not human readable term-id names.
Is it possible to change (or hook) the view output of the summary, by not listing its term-id's, but the term-id-name?
- Term name A (21)
- Term name B (16)
(It doesn't bother for me if the actual request URL stays the same.)
My goal is to create a more readable output-format of my taxonomy-term summary, which an end user can understand.