All Release Notes
Enhanced configuration for indexing Product information
22 March 2021
Enhancement
CustomizationGraphQLSearch
By adding Client Logging information to the Search Indexing Configuration you can now find out who changed this project configuration and when it was changed.
- [API] Added
lastModifiedByandlastModifiedAtfields to SearchIndexingConfigurationValues - [GraphQL API] Changed the
SearchIndexingConfigurationValuestype:- Added the
lastModifiedByfield to theSearchIndexingConfigurationValuestype. - Added the
lastModifiedAtfield to theSearchIndexingConfigurationValuestype.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type SearchIndexingConfigurationValues {lastModifiedAt: DateTimelastModifiedBy: Initiator}