Contents

attributeSet

A custom attribute set that you include with your entity to improve search accuracy.

Declaration

var attributeSet: CSSearchableItemAttributeSet { get }

Mentioned in

Discussion

Use this property to include additional metadata in the index for your app entity. This property augments the set of declared properties in your entity that have an indexing key. The default implementation of this property provides an attribute set with the title, subtitle, and image values from the entity’s display representation.

See Also

Specifying entity-related attributes