@@ -, +, @@ --- ill/ill-requests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/ill/ill-requests.pl +++ a/ill/ill-requests.pl @@ -531,7 +531,7 @@ sub get_metadata_enrichment { my @services = (); foreach my $plugin(@candidates) { my $supported = $plugin->provides_api(); - if ($supported->{type} eq 'cud-search') { + if ($supported->{type} eq 'search') { push @services, $supported; } } --