mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
increase suggestion limit
This commit is contained in:
parent
ca2d6d65ec
commit
1514199775
1 changed files with 2 additions and 2 deletions
|
|
@ -49,14 +49,14 @@
|
|||
suggestions: true,
|
||||
|
||||
// max amount of suggestions that will ever be displayed.
|
||||
suggestionsLimit: 4,
|
||||
suggestionsLimit: 6,
|
||||
|
||||
// the order and limit for each suggestion influencer.
|
||||
// the following would give you 1 suggestion from your search history
|
||||
// and 4 suggestions from Duck Duck Go.
|
||||
influencers: [
|
||||
{ name: 'History', limit: 1 },
|
||||
{ name: 'DuckDuckGo', limit: 4 },
|
||||
{ name: 'DuckDuckGo', limit: 6 },
|
||||
],
|
||||
|
||||
// open queries in a new tab.
|
||||
|
|
|
|||
Loading…
Reference in a new issue