keywordSearchableJobCustomAttributes property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
This field is deprecated.
Please set the searchability of the custom attribute in the
Job.custom_attributes going forward. A list of keys of filterable
Job.custom_attributes, whose corresponding string_values
are used in
keyword search. Jobs with string_values
under these specified field keys
are returned if any of the values matches the search keyword. Custom field
values with parenthesis, brackets and special symbols won't be properly
searchable, and those keyword queries need to be surrounded by quotes.
Optional.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.List<core.String>? keywordSearchableJobCustomAttributes;