mirror of https://github.com/zulip/zulip.git
Limit search suggestions to 30
(imported from commit f6c6e6dce11f39fc3fc69d85bd41fbadd78013a0)
This commit is contained in:
parent
776f46edd7
commit
8c4982de82
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue