Commit 803f24cb by Rashid Khan

Fixed clicking of map areas

parent 2c5eb8bf
......@@ -99,9 +99,7 @@ angular.module('kibana.map', [])
}
$scope.build_search = function(field,value) {
_.each(query.list,function(q) {
q.query = add_to_query(q.query,field,value,false);
})
filterSrv.set({type:'querystring',mandate:'must',query:field+":"+value})
dashboard.refresh();
}
......
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