Rename searchBatch to searchByKeywordsBatch to correctly implement BatchInfoProviderInterface

This commit is contained in:
Marc Kreidler 2025-12-11 19:21:44 +01:00
parent 1d8bc899ca
commit 2dee8021c2

View file

@ -603,7 +603,7 @@ class BuerklinProvider implements BatchInfoProviderInterface
return $params;
}
public function searchBatch(array $keywords): array
public function searchByKeywordsBatch(array $keywords): array
{
$results = [];