mirror of https://github.com/zulip/zulip.git
Use naturalSearch option for search typeaheads
(imported from commit 0e0b71fbcdb590d40c843ca310100f9fd72e758e)
This commit is contained in:
parent
dc85fa7cf2
commit
65101816d3
|
@ -436,6 +436,7 @@ exports.initialize = function () {
|
|||
},
|
||||
items: 30,
|
||||
helpOnEmptyStrings: true,
|
||||
naturalSearch: true,
|
||||
highlighter: function (item) {
|
||||
var obj = search_object[item];
|
||||
return obj.description;
|
||||
|
|
Loading…
Reference in New Issue