class IndexSearchServiceimport { IndexSearchService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/index.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