Skip to content

Commit

Permalink
Update search to use typeahead 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Feb 8, 2019
1 parent 73abc98 commit 4cdce6f
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 48 deletions.
3 changes: 2 additions & 1 deletion lib/jazzy/themes/fullwidth/assets/js/jazzy.search.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ $(function(){
$typeahead.typeahead(
{
highlight: true,
minLength: 3
minLength: 3,
autoselect: true
},
{
limit: 10,
Expand Down
Loading

0 comments on commit 4cdce6f

Please sign in to comment.