Skip to content

Commit

Permalink
bring boosts back to what we used with v0
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Nov 19, 2016
1 parent 44a0df5 commit 0ec82d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Web/Model/API/Module.pm
Expand Up @@ -293,15 +293,15 @@ sub search {
term => {
'documentation' => {
value => $query,
boost => 100
boost => 20
}
}
},
{
term => {
'module.name' => {
value => $query,
boost => 100
boost => 20
}
}
},
Expand Down

0 comments on commit 0ec82d2

Please sign in to comment.