You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
acdh\arche\lib\RepoDb::getMetadataQuery() has been renamed to acdh\arche\lib\RepoDb::getMetadataStatement() and its return type has changed to PDOStatement
Other changes:
Support for custom metadata read modes in form of {childrenDepth}_{parentsDepth}_{from}_{into} added.
Support for limiting the set of fetched RDF properties added.
acdh\arche\lib\RepoResourceInterface::loadMetadata() and acdh\arche\lib\RepoResource::*Metadata*() methods take two additional optional parameters $resourceProperties and $relativesProperties allowing to specify the filtersl
acdh\arche\lib\SearchConfig has two additional properties $resourceProperties and $relativesProperties.
acdh\arche\lib\RepoResource::delete() now returns a list of removed resource's URIs. This can be particularly useful in case of recursive removals.