Fix display of table in search results [SCI-8409] (#5454)

This commit is contained in:
ajugo 2023-05-22 17:07:18 +02:00 committed by GitHub
parent 9b675ba2d8
commit cf6a901b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<% results.each do |table| %> <% results.each do |table| %>
<h5> <h5>
<span class="fas fa-table"></span> <span class="fas fa-table"></span>
<%= highlight search_query, search_query.strip.split(/\s+/) %> <%= highlight table.name, search_query.strip.split(/\s+/) %>
</h5> </h5>
<p> <p>