diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php
index 62e6d97d6..e42c634e9 100644
--- a/html/includes/print-menubar.php
+++ b/html/includes/print-menubar.php
@@ -602,6 +602,9 @@ if ($(window).width() < 768) {
devices.initialize();
ports.initialize();
bgp.initialize();
+$('#gsearch').bind('typeahead:select', function(ev, suggestion) {
+ window.location.href = suggestion.url;
+});
$('#gsearch').typeahead({
hint: true,
highlight: true,