Skip to content

Commit

Permalink
update min char, small threshold change
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Mar 10, 2018
1 parent 5997cf7 commit 6b7996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/components/Sidebar/CourseList.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class CourseList extends React.Component {
location: 0,
distance: 70,
maxPatternLength: 32,
minMatchCharLength: 1,
minMatchCharLength: query.length,
keys: ['course', 'professor', 'subject']
};

Expand Down

0 comments on commit 6b7996c

Please sign in to comment.