Skip to content

Commit

Permalink
✨ feat(PatientsSearch): Make lastname match more important.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Aug 24, 2020
1 parent 3e4cd9a commit 4bcde59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ Meteor.startup(() => {
{
background: true,
weights: {
firstname: 3,
lastname: 2
firstname: 2,
lastname: 3
}
}
);
Expand Down

0 comments on commit 4bcde59

Please sign in to comment.