companyDisplayNames property
This filter specifies the company Company.display_name of the jobs to search against.
The company name must match the value exactly. Alternatively, the value
being searched for can be wrapped in different match operators.
SUBSTRING_MATCH([value])
The company name must contain a case
insensitive substring match of the value. Using this function may increase
latency. Sample Value: SUBSTRING_MATCH(google)
MULTI_WORD_TOKEN_MATCH([value])
The value will be treated as a multi
word token and the company name must contain a case insensitive match of
the value. Using this function may increase latency. Sample Value:
MULTI_WORD_TOKEN_MATCH(google)
If a value isn't specified, jobs within
the search results are associated with any company. If multiple values are
specified, jobs within the search results may be associated with any of
the specified companies. At most 20 company display name filters are
allowed.
Implementation
core.List<core.String>? companyDisplayNames;