SearchParams: Query & Pagination & Highlight & Crop & { attributesToRetrieve?: string[]; attributesToSearchOn?: string[] | null; distinct?: string; facetName?: string; facetQuery?: string; facets?: string[]; filter?: Filter; hitsPerPage?: number; hybrid?: HybridSearch; locales?: Locale[]; matchingStrategy?: MatchingStrategies; page?: number; rankingScoreThreshold?: number; retrieveVectors?: boolean; showMatchesPosition?: boolean; showRankingScore?: boolean; showRankingScoreDetails?: boolean; sort?: string[]; vector?: number[] | null; }