mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 03:44:36 +02:00
Added basic search system in info providers
This commit is contained in:
parent
e0301f096f
commit
93a170a893
6 changed files with 222 additions and 2 deletions
|
@ -43,7 +43,7 @@ class TestProvider implements InfoProviderInterface
|
|||
|
||||
public function isActive(): bool
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public function searchByKeyword(string $keyword): array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue