Skip to content
Snippets Groups Projects
Commit 5bfeea38 authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-5.0'

parents 21ee4ec4 66855437
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment