Commit 64bdb212 authored by Dmitry Gruzd's avatar Dmitry Gruzd

Fix uninitialized constant Elastic::BoolExpr

parent 7f281773
...@@ -120,7 +120,7 @@ module Elastic ...@@ -120,7 +120,7 @@ module Elastic
filter :blob, field: :oid filter :blob, field: :oid
end end
bool_expr = Gitlab::Elastic::BoolExpr.new bool_expr = ::Gitlab::Elastic::BoolExpr.new
query_hash = { query_hash = {
query: { bool: bool_expr }, query: { bool: bool_expr },
size: per, size: per,
......
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