5pm-HDH / churchtools-api

The Churchtools-API Client is a wrapper for the churchtools-api written in PHP.
MIT License
18 stars 8 forks source link

Search for person "lastName" is missing in domain attributes #209

Open DumbergerL opened 1 month ago

DumbergerL commented 1 month ago

Previously, the lastName attribute was specified in the json response of a search for persons.

This attribute is now missing:

Array
(
    [0] => CTApi\Models\Common\Search\SearchResult Object
        (
            [icon:protected] => user
            [title:protected] => David König
            [domainType:protected] => person
            [domainIdentifier:protected] => 12
            [apiUrl:protected] => https://5pm.church.tools/api/persons/12
            [frontendUrl:protected] => https://5pm.church.tools/?q=churchdb#PersonView/searchEntry:%2312/
            [imageUrl:protected] => https://5pm.church.tools/images/2653/95495069f32197d9146250c315d8dfe3fb8d7ac5ea91766415e909e5416d2016
            [domainAttributes:protected] => Array
                (
                )

        )

)

TODO: