We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d53faa commit 2d23db5Copy full SHA for 2d23db5
1 file changed
app/controllers/search_controller.rb
@@ -24,12 +24,9 @@ def results
24
return
25
end
26
27
- @primo_tabs = primo_tabs
28
- @timdex_tabs = timdex_tabs
29
-
30
# Route to appropriate search based on active tab
31
case @active_tab
32
- when 'all' # all tab must come first to avoid matching primo or timdex arrays which contain all
+ when 'all'
33
load_all_results
34
when *primo_tabs
35
load_primo_results
0 commit comments