diff --git a/js/djlu.js b/js/djlu.js index e39c80f..5ffbbb0 100644 --- a/js/djlu.js +++ b/js/djlu.js @@ -304,7 +304,7 @@ $(document).ready(function() { contains.push(item); } - return beginswith.concat(contains, others); + return beginswith.concat(contains); }, highlighter: function (item) { var query = extractor(this.query).replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&')