Added basic search system in info providers

This commit is contained in:
Jan Böhmer 2023-07-09 17:55:41 +02:00
parent e0301f096f
commit 93a170a893
6 changed files with 222 additions and 2 deletions

View file

@ -43,7 +43,7 @@ class TestProvider implements InfoProviderInterface
public function isActive(): bool
{
return false;
return true;
}
public function searchByKeyword(string $keyword): array