Browse Source

Fixed hits panel always showing all results

Rashid Khan 12 years ago
parent
commit
f566baae71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panels/histogram/module.js

+ 1 - 1
panels/histogram/module.js

@@ -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);