To test
-------
[1] Perform a browse search set up to include a related
heading, e.g., a broader or narrower term.
[2] Click on the hyperlinked heading; note that it returns
the bibs associated with that heading.
[3] Apply the patch and repeat step #2; this time, clicking
the link should move you to the relevant heading in the
browse list.
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
<ul class="browse-result-authority-headings">
[% END %]
<li><span class="browse-result-authority-field-name">[% heading_use_label(use=h.type) %]</span>
- <a href="[% mkurl(ctx.opac_root _ '/results', {query => 'identifier|authority_id[' _ h.target _ ']'}) %]">[% h.heading | html %]</a>
+ <a href="[% mkurl(ctx.opac_root _ '/browse', {bterm => h.heading}, ['bpivot']) %]">[% h.heading | html %]</a>
<span class="browse-result-authority-bib-links">([% h.target_count %])</span>
</li>
[% END %]