Use naturalSearch option for search typeaheads

(imported from commit 0e0b71fbcdb590d40c843ca310100f9fd72e758e)
This commit is contained in:
Steve Howell 2013-07-22 21:05:06 -04:00
parent dc85fa7cf2
commit 65101816d3
1 changed files with 1 additions and 0 deletions

View File

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