Skip to content

Commit

Permalink
remove regex for prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibautGery committed Jun 9, 2016
1 parent c3d6816 commit dd938d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def aggregate_by_drilldown!(prefix, size = 0)
:terms => {
:field => "request_hierarchy",
:size => size,
:include => "^#{Regexp.escape(prefix)}.*",
:include => "#{prefix}.*",
},
}
end
Expand Down

0 comments on commit dd938d6

Please sign in to comment.