Commit 33ec6383 by Torkel Ödegaard

Small tag search fix

parent f9f25919
...@@ -100,6 +100,7 @@ function (angular, _, config, $) { ...@@ -100,6 +100,7 @@ function (angular, _, config, $) {
$scope.query.query = $scope.tagsOnly ? "tags!:" : ""; $scope.query.query = $scope.tagsOnly ? "tags!:" : "";
$scope.giveSearchFocus = $scope.giveSearchFocus + 1; $scope.giveSearchFocus = $scope.giveSearchFocus + 1;
$scope.selectedIndex = -1; $scope.selectedIndex = -1;
$scope.search();
}; };
$scope.search = function() { $scope.search = function() {
......
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