Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
This will create a feature request which anybody can view and comment on.
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish: An implementation of a query filter to filter out telecommute jobs in JobQuery [1].
How this might work: Adding a filter option to filter out the telecommute jobs from the search result when using JobQuery[1]. A dedicated flag for allowing telecommute jobs or excluding telecommute jobs can be used to filter out the jobs.
Other information (workarounds you have tried, documentation consulted, etc): As of now, the only workaround is to implement custom_attributes. We can add a custom_attribute while creating the Job that flags whether or not a job is a telecommute job and at search time add a custom_attribute filter that references that flag. Referred documentation [2] regarding the custom_attribute and its uses.
[1] -https://cloud.google.com/talent-solution/job-search/docs/reference/rest/v4/JobQuery
[2] -https://cloud.google.com/talent-solution/job-search/docs/custom-attributes