increase suggestion limit

This commit is contained in:
Cade Scroggins 2017-07-01 23:54:40 -07:00
parent ca2d6d65ec
commit 1514199775

View file

@ -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.