class IndexSearchServiceimport { IndexSearchService } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/services/IndexSearchService.ts"; Static MethodssearchJobsIndex(unnamed 0: { workspace: string; searchQuery: string; }): CancelablePromise<{ query_parse_errors?: Array<{ dancer?: string; }>; hits?: Array<JobSearchHit>; }>Search through jobs with a string query