mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +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
|
@ -86,6 +86,9 @@ $(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