searchable property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? searchable
getter/setter pair

This field is normally ignored unless AttributesConfig.attribute_config_level of the Catalog is set to the deprecated 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode.

For information about product-level attribute configuration, see Configuration modes. If true, custom attribute values are searchable by text queries in SearchService.Search. This field is ignored in a UserEvent. Only set if type text is set. Otherwise, a INVALID_ARGUMENT error is returned.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? searchable;