method IndexSearchService.searchJobsIndeximport { IndexSearchService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/IndexSearchService.ts"; searchJobsIndex(unnamed 0: { workspace: string; searchQuery: string; }): CancelablePromise<{ query_parse_errors?: Array<{ dancer?: string; }>; hits?: Array<JobSearchHit>; }>Search through jobs with a string query Parametersunnamed 0: { workspace: string; searchQuery: string; }ReturnsCancelablePromise<{ query_parse_errors?: Array<{ dancer?: string; }>; hits?: Array<JobSearchHit>; }>any search results