Skip to content

Releases: acdh-oeaw/arche-lib

Updated property typehints for the Config class

12 Nov 18:05
Compare
Choose a tag to compare
7.1.1

Config: property docstrings updated

SearchTerm: add the case insensititve regex operator

29 Oct 14:01
Compare
Choose a tag to compare
7.1.0

SearchTerm::$operators: add the case-insensitive regex operator "~*"

SmartSearch bugfix

28 Oct 11:27
Compare
Choose a tag to compare
7.0.4

SmartSearch::combineSearchQueries(): assure a space before previous S…

Updated property typehints for the Schema class

25 Oct 17:59
Compare
Choose a tag to compare
7.0.3

Schema: type hint for nextItem added

Updated property typehints for the Config class

23 Oct 11:10
Compare
Choose a tag to compare
7.0.2

Config class: add property type hints

RepoDb::getPdoStatementBySqlQuery(): fix fallback metadata read mode

02 Oct 19:43
Compare
Choose a tag to compare
7.0.1

RepoDb::getPdoStatementBySqlQuery(): set fallback read mode to META_N…

Repo search fixes and RepoDb FTS fixes

02 Oct 18:27
Compare
Choose a tag to compare

Backward-incompatible changes:

  • Repo::getResourceById*() take acdhOeaw\arche\lib\SearchConfig instead of the string $className parameter. This allows controlling amount of metadata returned and makes their API more orthogonal with getResources*() methods (the returned resource class can be still set with the SearchConfig object).

Fixes:

  • RepoDb::getFtsQuery() tuned for better highlighting of full text search queries matching identifier URIs

Allow passing SearchConfig to getResource*ById*() methods

01 Oct 08:08
Compare
Choose a tag to compare
RepoInterface::getResource*ById*() API changed

The `?string $class` parameter replaced with `?SearchConfig $config` as
in other `getResourcesBy*()` methods. This also allows to specify amount
of metadata fetched by the `getResource*ById*()` calls

Repo::getResourceByIdsAsync(): metadata handling fix

01 Oct 08:02
Compare
Choose a tag to compare

Repo::getResourceByIdsAsync(): remove technical search metadata before passing the meta to the resource

PHP 8.4 deprecation fixes

26 Sep 10:40
Compare
Choose a tag to compare
6.6.3

PHP 8.4 deprecation fixes