mirror of
https://github.com/searxng/searxng.git
synced 2026-06-03 08:27:15 +02:00
[enh] submit search on suggestion select - closes #807
This commit is contained in:
@@ -33,5 +33,8 @@ $(document).ready(function(){
|
||||
},
|
||||
source: searx.searchResults.ttAdapter()
|
||||
});
|
||||
$('#q').bind('typeahead:selected', function(ev, suggestion) {
|
||||
$("#search_form").submit();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user