increase suggestion limit
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user