Skip to content

Commit

Permalink
RepoDb::getSmartSearch() method added
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Feb 21, 2024
1 parent 78cf09c commit d4ac331
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/acdhOeaw/arche/lib/RepoDb.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ public function __construct(string $baseUrl, Schema $schema,
$this->auth = $auth;
}

public function getSmartSearch(): SmartSearch {
return new SmartSearch($this->pdo, $this->getSchema(), $this->getBaseUrl());
}

/**
* Tries to find a single repository resource matching provided identifiers.
*
Expand Down

0 comments on commit d4ac331

Please sign in to comment.