mirror of
https://github.com/searxng/searxng.git
synced 2025-07-25 22:22:24 +02:00
[enh] submit search on suggestion select - closes #807
This commit is contained in:
parent
65cae85735
commit
9a2f26d915
3 changed files with 8 additions and 2 deletions
|
@ -33,5 +33,8 @@ $(document).ready(function(){
|
|||
},
|
||||
source: searx.searchResults.ttAdapter()
|
||||
});
|
||||
$('#q').bind('typeahead:selected', function(ev, suggestion) {
|
||||
$("#search_form").submit();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue