Skip to content

Commit

Permalink
- Remove Solr response time from search results page
Browse files Browse the repository at this point in the history
  • Loading branch information
j-corry committed Nov 12, 2024
1 parent 2738441 commit 9c84b2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/search/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@
of
<strong><%= number_to_delimited(@search_data.number_of_results, separator: ",") %></strong> in
<strong>
<%= "#{@search_data.query_time.round(3)} seconds" %>
(<%= "#{(Time.now - @start_time).round(3)} seconds" %>).
<%= "#{(Time.now - @start_time).round(3)} seconds" %>.
</strong>
</p>

Expand Down

0 comments on commit 9c84b2a

Please sign in to comment.