update config docs

This commit is contained in:
Cade Scroggins 2016-10-13 23:32:58 -07:00
parent 2ee7b97cc6
commit 51e495571e

View file

@ -48,11 +48,10 @@
pathDelimiter: '/',
// set to true to instantly redirect when a key is matched.
// you'll have to put a space before any search queries to
// prevent unwanted redirects.
// put a space before any search queries to prevent unwanted redirects.
instantRedirect: false,
// suggest your most popular searches as you type.
// suggest your most popular queries as you type.
suggestions: true,
// max amount of suggestions to display.
@ -64,8 +63,7 @@
// the delimiter between the hours and minutes in the clock.
clockDelimiter: ' ',
// when the input matches this regular expression, you will
// be redirected directly to the input url.
// used for determining when to redirect directly to a url.
urlRegex: /^(?:(http|https)?:\/\/)?(?:[\w-]+\.)+([a-z]|[A-Z]|[0-9]){2,6}/i,
// if "urlRegex" matches but this doesn't, "http://" will be