Skip to content

Commit

Permalink
fix(search): restore default query options
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 3, 2021
1 parent 0181683 commit e0169d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export interface SearchOptions {
const queryOptionsDefaults = {
lang: 'en-US',
region: 'US',
quotesCount: 1,
newsCount: 0,
quotesCount: 6,
newsCount: 4,
enableFuzzyQuery: false,
quotesQueryId: 'tss_match_phrase_query',
multiQuoteQueryId: 'multi_quote_single_token_query',
Expand Down

0 comments on commit e0169d1

Please sign in to comment.