Explorar el Código

Fixed hits panel always showing all results

Rashid Khan hace 13 años
padre
commit
f566baae71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
           .interval($scope.panel.interval)
           .facetFilter($scope.ejs.QueryFilter(v))
-        ).size(0)
+        ).query(v).size(0)
     })
 
     $scope.populate_modal(request);