<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">Hello,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">We recently discovered an issue with searching for records that are suppressed in the staff interface. In our instance, administrative users are able to do known-item searches for suppressed records without
 incident; if a user without administrative permissions performs the same search, they get thrown an error with the following stack trace:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">I, [2019-04-25T09:47:26.038804 #18125]  INFO -- : Completed 500 Internal Server Error in 1163ms<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">F, [2019-04-25T09:47:26.041948 #18125] FATAL -- :  
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">F, [2019-04-25T09:47:26.042069 #18125] FATAL -- : ActionView::Template::Error (undefined method `[]' for nil:NilClass):<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">F, [2019-04-25T09:47:26.042263 #18125] FATAL -- :     1: <% ancestors = context_ancestor(result) %><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    2: <% if ancestors != nil && ancestors != [''] %><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    3:   <% ancestors.reverse.each_with_index do |ancestor, i| %><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    4:     <%= resolve_readonly_link_to((get_ancestor_title(ancestor).html_safe), ancestor) %><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    5:     <% if i < ancestors.length - 1 %><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    6:       <%= context_separator(result) %><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">    7:     <% end %><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">F, [2019-04-25T09:47:26.042340 #18125] FATAL -- :  
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">F, [2019-04-25T09:47:26.042413 #18125] FATAL -- : app/helpers/search_helper.rb:198:in `get_ancestor_title'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">app/views/search/_context.html.erb:4:in `block in _app_views_search__context_html_erb___234296763_2752'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">app/views/search/_context.html.erb:3:in `_app_views_search__context_html_erb___234296763_2752'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">app/helpers/application_helper.rb:289:in `render_aspace_partial'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">app/views/search/_listing.html.erb:90:in `block in _app_views_search__listing_html_erb___1981573825_2748'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">app/views/search/_listing.html.erb:52:in `_app_views_search__listing_html_erb___1981573825_2748'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">app/helpers/application_helper.rb:289:in `render_aspace_partial'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">app/views/search/_results.html.erb:23:in `_app_views_search__results_html_erb___1135689531_2744'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">app/helpers/application_helper.rb:289:in `render_aspace_partial'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">app/views/search/do_search.html.erb:16:in `_app_views_search_do_search_html_erb__585907251_2742'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Checking in to see if anyone else has noticed similar behavior and if there’s a bug report for this in Jira already. I did a quick search just now but couldn’t find anything that looked similar to this. thanks! 
 -k<o:p></o:p></span></p>
</div>
</body>
</html>