Skip to content

Commit

Permalink
Add 'author' to fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
Talina06 committed Jul 7, 2014
1 parent 503381e commit 1d510c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Model/API/Stargazer.pm
Expand Up @@ -42,7 +42,7 @@ sub by_user {
{
query => { match_all => {} },
filter => { term => { user => $user }, },
fields => [qw(date module release)],
fields => [qw(date module author)],
size => 250,
}
);
Expand Down

0 comments on commit 1d510c8

Please sign in to comment.