diff --git a/module/VuFind/src/VuFind/Controller/CombinedController.php b/module/VuFind/src/VuFind/Controller/CombinedController.php
index 59522831a4aac87ec6376a7c46c9977a37c2362f..6c8351d5fc94de5c4bae110fdab817c858b95fa6 100644
--- a/module/VuFind/src/VuFind/Controller/CombinedController.php
+++ b/module/VuFind/src/VuFind/Controller/CombinedController.php
@@ -292,6 +292,10 @@ class CombinedController extends AbstractSearch
         // Reset override to avoid bleed-over from one section to the next!
         $query->recommendOverride = false;
 
+        // Always disable 'jumpto' setting, as it does not make sense to
+        // load a record view in the context of combined search.
+        $query->jumpto = false;
+
         // Always leave noresults active (useful for 0-hit searches) and
         // side inactive (no room to display) but display or hide top based
         // on include_recommendations setting.