Skip to content

Commit 3aec216

Browse files
authored
fix(findAnswers): omit removeWordsIfNoResults correctly
1 parent b12fdb1 commit 3aec216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-search/src/types/FindAnswersOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ export type FindAnswersOptions = {
4242
| 'naturalLanguages'
4343
| 'removeStopWords'
4444
| 'ignorePlurals'
45-
| 'andremoveWordsIfNoResults'
45+
| 'removeWordsIfNoResults'
4646
>;
4747
};

0 commit comments

Comments
 (0)