Skip to content

fix link & []link indexer mapping

Neelesh Thakur requested to merge add-link-support into master

link and []link are legacy types carried over from Storage schema & these types are still supported by Schema service.

Indexing of these types was broken by MR: #649 and commit. It sets the index attribute mapping to type that's not supported by StorageIndexerPayloadMapper.

This MR restores behavior and fixes the breaking change.

Merge request reports