Commit 71e40cd3 authored by Robert Speicher's avatar Robert Speicher

Fix Elastic::SnippetSearchResults

parent aa38efdb
......@@ -16,7 +16,7 @@ module Gitlab
def snippet_titles
opt = {
ids: limit_snippet_ids
ids: limit_snippets
}
Snippet.elastic_search(query, options: opt)
......@@ -24,7 +24,7 @@ module Gitlab
def snippet_blobs
opt = {
ids: limit_snippet_ids
ids: limit_snippets
}
Snippet.elastic_search_code(query, options: opt)
......
Markdown is supported
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