diff --git a/themes/blueprint/templates/records/home.phtml b/themes/blueprint/templates/records/home.phtml
index 395239f8074ee1e4ea3e46316af96d65f3939cd3..dbf1e7cebcde81c81cd16a35f803e6602ace6b9a 100644
--- a/themes/blueprint/templates/records/home.phtml
+++ b/themes/blueprint/templates/records/home.phtml
@@ -4,4 +4,7 @@
 
     // Load standard settings from the default search results screen:
     echo $this->render('search/results.phtml');
+
+    // Disable top search box -- it doesn't make sense in this module.
+    $this->layout()->searchbox = false;
 ?>
\ No newline at end of file