We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d04ca commit 0229a12Copy full SHA for 0229a12
packages/client-search/src/types/FindAnswersOptions.ts
@@ -4,5 +4,5 @@ export type FindAnswersOptions = {
4
readonly attributesForPrediction?: readonly string[];
5
readonly nbHits?: number;
6
readonly threshold?: number;
7
- readonly params?: SearchOptions;
+ readonly searchParameters?: SearchOptions;
8
};
0 commit comments