Skip to content

Commit

Permalink
fix(findAnswers): omit removeWordsIfNoResults correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Mar 17, 2021
1 parent b12fdb1 commit 3aec216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/src/types/FindAnswersOptions.ts
Expand Up @@ -42,6 +42,6 @@ export type FindAnswersOptions = {
| 'naturalLanguages'
| 'removeStopWords'
| 'ignorePlurals'
| 'andremoveWordsIfNoResults'
| 'removeWordsIfNoResults'
>;
};

0 comments on commit 3aec216

Please sign in to comment.