diff --git a/resources/assets/js/components/searchform.js b/resources/assets/js/components/searchform.js index e23843edf..47fd833d4 100644 --- a/resources/assets/js/components/searchform.js +++ b/resources/assets/js/components/searchform.js @@ -13,21 +13,21 @@ $(document).ready(function() { name: 'search', display: 'value', source: queryEngine, - limit: 20, + limit: 40, templates: { empty: [ - '
', - 'unable to find any matches', + '
', + 'No Results Found', '
' ].join('\n'), suggestion: function(data) { let type = data.type; - let res = null; + let res = false; switch(type) { case 'hashtag': res = '' + '
' + - '
#
' + + '
' + '