Skip to content

Commit 04e725e

Browse files
committed
Relabel search highlights heading
Why these changes are being introduced: Usability testing indicated that the current search highlights heading may be confusing to some users. Relevant ticket(s): * [GDT-305](https://mitlibraries.atlassian.net/browse/GDT-305) How this addresses that need: This relabels the heading as suggested by UXWS. Side effects of this change: None.
1 parent eac446a commit 04e725e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/search/_highlights.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<% highlights = trim_highlights(result) %>
22
<% return unless highlights&.any? %>
33

4-
<h4 class="inner-heading">Other fields matching your search:</h4>
4+
<h4 class="inner-heading">See full record for all matches to your search terms:</h4>
55
<ul class="list-unbulleted truncate-list">
66
<% highlights.each do |h| %>
77
<% h['matchedPhrases'].each do |phrase| %>

0 commit comments

Comments
 (0)