Fixed hits panel always showing all results

This commit is contained in:
Rashid Khan 2013-04-03 09:48:05 -07:00
parent d94a973c46
commit f566baae71

View File

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