Skip to content

Commit

Permalink
fix(author-search): 🚑 add greater weight to author name accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Oct 14, 2021
1 parent 5869c7e commit c7ba7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/search_tools.py
Expand Up @@ -487,7 +487,7 @@ def score_author(self, author):
author_score = self.calculate_score(
self.reduce_string(scorebase3),
self.reduce_string(scorebase4)
)
) * 10
log.debug("Score deduction from author: " + str(author_score))
return author_score

Expand Down

0 comments on commit c7ba7b7

Please sign in to comment.