keywordSearchable property

bool? keywordSearchable
getter/setter pair

If the keyword_searchable flag is true, the keywords in custom fields are searchable by keyword match.

If false, the values are not searchable by keyword match. Default is false.

Implementation

core.bool? keywordSearchable;