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.
1 parent 0a8d44a commit 95265d2Copy full SHA for 95265d2
lib/MetaCPAN/Query/Release.pm
@@ -1090,7 +1090,7 @@ sub find_download_url {
1090
nested => {
1091
path => 'module',
1092
inner_hits => { _source => 'version' },
1093
- filter => $entity_filter,
+ query => $entity_filter,
1094
}
1095
};
1096
lib/MetaCPAN/Script/Latest.pm
@@ -123,8 +123,8 @@ sub run {
123
must => [
124
{
125
126
- path => 'module',
127
- filter => { bool => { must => $filter } }
+ path => 'module',
+ query => { bool => { must => $filter } }
128
129
},
130
{ term => { 'maturity' => 'released' } },
0 commit comments