Skip to content
Snippets Groups Projects
Commit 62461f77 authored by Nick Thomas's avatar Nick Thomas
Browse files

Merge branch 'ce-1607-elastic_feature_flag_per_group' into 'master'

Backport of 1607-elastic_feature_flag_per_group

See merge request gitlab-org/gitlab-ce!25825
parents 1deec98f 8fb76e4d
No related branches found
No related tags found
No related merge requests found
app/assets/images/select2-spinner.gif

1.81 KiB

app/assets/images/select2.png

613 B

app/assets/images/select2x2.png

845 B

Loading
Loading
@@ -14,8 +14,6 @@ class SearchController < ApplicationController
layout 'search'
 
def show
search_service = SearchService.new(current_user, params)
@project = search_service.project
@group = search_service.group
 
Loading
Loading
Loading
Loading
@@ -50,6 +50,10 @@ module SearchHelper
filename
end
 
def search_service
@search_service ||= ::SearchService.new(current_user, params)
end
private
 
# Autocomplete results for various settings pages
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment