diff --git a/include/staff/tickets.inc.php b/include/staff/tickets.inc.php
index 929e27edabd09f2d636c9b8f3ef4885383e66445..aff99f5b4087d76775dbd4beaf90453d8859e04e 100644
--- a/include/staff/tickets.inc.php
+++ b/include/staff/tickets.inc.php
@@ -108,6 +108,7 @@ case 'search':
         }
         if (count($tickets) == 1) {
             // Redirect to ticket page
+            Http::redirect('tickets.php?id='.$tickets[0]->getId());
         }
         // Clear sticky search queue
         unset($_SESSION[$queue_key]);