We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d07acb3 + 9a73cd7 commit ff78f4cCopy full SHA for ff78f4c
lib/MetaCPAN/Query/Release.pm
@@ -571,9 +571,17 @@ sub versions {
571
query => $query,
572
size => $size,
573
sort => [ { date => 'desc' } ],
574
- _source => [
575
- qw( name date author version status maturity authorized download_url)
576
- ],
+ _source => [ qw(
+ name
+ date
577
+ author
578
+ version
579
+ status
580
+ maturity
581
+ authorized
582
+ download_url
583
+ main_module
584
+ ) ],
585
};
586
587
my $ret = $self->es->search( es_doc_path('release'), body => $body, );
0 commit comments