Skip to content

Commit

Permalink
re-enable fuzzy search
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 14, 2016
1 parent e5adaa1 commit 733a3bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions template/search_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ $(function(){

// allow for inexact searching via levenshtein

/*
$.extend( $.ui.autocomplete, {
filter: function( array, term ) {
var OK_distance = 1;
Expand All @@ -100,4 +99,3 @@ $.extend( $.ui.autocomplete, {
} );
}
} );
*/

0 comments on commit 733a3bd

Please sign in to comment.