Skip to content

Commit

Permalink
adapt search to updated mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Dec 1, 2016
1 parent 94f00c3 commit 565c26f
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 @@ -301,9 +301,9 @@ sub search {
}
},
{
term => {
match => {
'module.name' => {
value => $query,
query => $query,
boost => 20
}
}
Expand Down

0 comments on commit 565c26f

Please sign in to comment.