The job search matches only against featured jobs (jobs with a
promotionValue > 0). This method doesn't return any jobs having a
promotionValue <= 0. The search results order is determined by the
promotionValue (jobs with a higher promotionValue are returned higher up
in the search results), with relevance being used as a tiebreaker.
JobSearch
The job search matches against all jobs, and featured jobs
(jobs with promotionValue > 0) are not specially handled.
Unspecified
The mode of the search method isn't specified. The default search
behavior is identical to JOB_SEARCH search behavior.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSearchJobsRequest.Types.SearchMode\u003c/code\u003e enum defines different modes for job searching within the Google Cloud Talent Solution v4beta1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFeaturedJobSearch\u003c/code\u003e mode filters results to only show jobs with a promotion value greater than 0, ordered by promotion value and relevance.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobSearch\u003c/code\u003e mode includes all jobs in the search results, without any special treatment for featured jobs.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnspecified\u003c/code\u003e mode, which defaults to the \u003ccode\u003eJobSearch\u003c/code\u003e behavior, is used when no specific search mode is selected.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this enum is available in version 3.0.0-beta06.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Enum SearchJobsRequest.Types.SearchMode (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.SearchJobsRequest.Types.SearchMode)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.SearchJobsRequest.Types.SearchMode)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.SearchJobsRequest.Types.SearchMode) \n\n public enum SearchJobsRequest.Types.SearchMode\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API enum SearchJobsRequest.Types.SearchMode.\n\nA string-represented enumeration of the job search mode. The service\noperate differently for different modes of service.\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll"]]