Browse Source

Small tag search fix

Torkel Ödegaard 12 years ago
parent
commit
33ec638323
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/app/controllers/search.js

+ 1 - 0
src/app/controllers/search.js

@@ -100,6 +100,7 @@ function (angular, _, config, $) {
       $scope.query.query = $scope.tagsOnly ? "tags!:" : "";
       $scope.giveSearchFocus = $scope.giveSearchFocus + 1;
       $scope.selectedIndex = -1;
+      $scope.search();
     };
 
     $scope.search = function() {