Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario de la Ossa <mariodelaossa@gmail.com>2019-05-22 07:04:19 +0300
committerMario de la Ossa <mariodelaossa@gmail.com>2019-06-05 23:42:00 +0300
commitf2698e05ebaefc8eb14ce9326c97a6367ee5e33c (patch)
treeb93b4e62e31ce3434aa4afce218bc94dafdf508b /lib/gitlab/search_results.rb
parentbb4919103116aa6aa7cf851fc29a8841ffd78026 (diff)
Backport of 10854-elasticsearch_avoid_db
Diffstat (limited to 'lib/gitlab/search_results.rb')
-rw-r--r--lib/gitlab/search_results.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/search_results.rb b/lib/gitlab/search_results.rb
index 7c1e6b1baff..3daa03d01d6 100644
--- a/lib/gitlab/search_results.rb
+++ b/lib/gitlab/search_results.rb
@@ -85,6 +85,10 @@ module Gitlab
UsersFinder.new(current_user, search: query).execute
end
+ def display_options(_scope)
+ {}
+ end
+
private
def projects