Skip to content

Commit

Permalink
fix(answers): rename params to searchParameters (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee committed Mar 3, 2021
1 parent c7d04ca commit 0229a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/src/types/FindAnswersOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export type FindAnswersOptions = {
readonly attributesForPrediction?: readonly string[];
readonly nbHits?: number;
readonly threshold?: number;
readonly params?: SearchOptions;
readonly searchParameters?: SearchOptions;
};

0 comments on commit 0229a12

Please sign in to comment.