Skip to content

Commit

Permalink
Revert part of 14d6f99
Browse files Browse the repository at this point in the history
This was giving a +30 boost to all contacts for invalid reasons.
  • Loading branch information
Neamar committed Apr 15, 2020
1 parent 924a25b commit b9b41a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public void requestResults(String query, Searcher searcher) {
}

if (match) {
pojo.relevance += 30;
if(pojo.starred) {
pojo.relevance += 40;
}
Expand Down

0 comments on commit b9b41a5

Please sign in to comment.