Limit search suggestions to 30

(imported from commit f6c6e6dce11f39fc3fc69d85bd41fbadd78013a0)
This commit is contained in:
Steve Howell 2013-07-22 16:17:37 -04:00
parent 776f46edd7
commit 8c4982de82
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ exports.initialize = function () {
return obj.search_string;
});
},
items: 50,
items: 30,
helpOnEmptyStrings: true,
highlighter: function (item) {
var obj = search_object[item];