Skip to content

Commit

Permalink
Merge pull request #70 from asg017/master
Browse files Browse the repository at this point in the history
Slide Search highlight improvements
  • Loading branch information
fro-yo authored Mar 13, 2018
2 parents e144a25 + 6b7996c commit 2791fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/components/Sidebar/CourseList.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ class CourseList extends React.Component {
search (query) {
var options = {
shouldSort: true,
threshold: 0.6,
threshold: 0.0,
location: 0,
distance: 70,
maxPatternLength: 32,
minMatchCharLength: 1,
minMatchCharLength: query.length,
keys: ['course', 'professor', 'subject']
};

Expand Down

0 comments on commit 2791fae

Please sign in to comment.