Commit f566baae by Rashid Khan

Fixed hits panel always showing all results

parent d94a973c
...@@ -75,7 +75,7 @@ angular.module('kibana.histogram', []) ...@@ -75,7 +75,7 @@ angular.module('kibana.histogram', [])
.field($scope.time.field) .field($scope.time.field)
.interval($scope.panel.interval) .interval($scope.panel.interval)
.facetFilter($scope.ejs.QueryFilter(v)) .facetFilter($scope.ejs.QueryFilter(v))
).size(0) ).query(v).size(0)
}) })
$scope.populate_modal(request); $scope.populate_modal(request);
......
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