From 2ee7b97cc6f88905130fe63771e8f219cae86694 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 13 Oct 2016 23:05:42 -0700 Subject: [PATCH] change default max suggestions to 4 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e333fec..5a4be35 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ suggestions: true, // max amount of suggestions to display. - suggestionsLimit: 5, + suggestionsLimit: 4, // open queries in a new tab. newTab: true,