diff --git a/ietf/doc/utils_search.py b/ietf/doc/utils_search.py
index cd00d095f..15dbe85d8 100644
--- a/ietf/doc/utils_search.py
+++ b/ietf/doc/utils_search.py
@@ -158,7 +158,7 @@ def prepare_document_table(request, docs, query=None, max_results=200):
         # the number of queries
         docs = docs.select_related("ad", "std_level", "intended_std_level", "group", "stream", "shepherd", )
         docs = docs.prefetch_related("states__type", "tags", "groupmilestone_set__group", "reviewrequest_set__team",
-                                     "submission_set__checks", "ad__email_set", "docalias__iprdocrel_set")
+                                     "ad__email_set", "docalias__iprdocrel_set")
         docs = list(docs)
 
     fill_in_document_table_attributes(docs)
diff --git a/ietf/templates/doc/search/search_result_row.html b/ietf/templates/doc/search/search_result_row.html
index dc08d72cd..15d56aa9e 100644
--- a/ietf/templates/doc/search/search_result_row.html
+++ b/ietf/templates/doc/search/search_result_row.html
@@ -85,6 +85,7 @@
     {% endif %}
     </span>
 
+{% comment %}
     {% for check in doc.submission.latest_checks %}
       {% if check.passed != None and check.symbol.strip %}
 	{% if check.errors or check.warnings %}
@@ -95,6 +96,7 @@
 	{% include "doc/yang-check-modal-overlay.html" %}
       {% endif %}
     {% endfor %}
+{% endcomment %}
 
     {% if doc.pages %}
       <br><small class="text-muted">{{doc.pages}} page{{ doc.pages|pluralize }}</small>