0

We are implementing CTS job search. We are looking for an implementation where if user searches for a keyword, let's say "Sales", that would then show all matching results that keyword matched in CTS providing fields like: Title, Description, Category, Location, etc OR all matching results that keyword matched any Custom Attribute attached to the job.

Is it possible in Google CTS job search?

When we have passing keyword "Sales", it's only returning results that are matching to CTS core fields like title, description and so on.

Trevor Reid
  • 3,310
  • 4
  • 27
  • 46
Mittal
  • 11
  • 2

1 Answers1

1

After some digging on CTS documentation i found answer for my question.

There is an attribute we have to set in created Company named as "keywordSearchableJobCustomAttributes" that accepts string as field names.

A list of keys of filterable Job.custom_attributes, whose corresponding stringValues are used in keyword searches. Jobs with stringValues under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and those keyword queries must be surrounded by quotes.

Below are references.

Mittal
  • 11
  • 2