diff --git a/resources/js/functions.js b/resources/js/functions.js index c31e52b22e..ed735f6a96 100644 --- a/resources/js/functions.js +++ b/resources/js/functions.js @@ -338,7 +338,7 @@ $(document).ready(function() { resultsContainer: document.getElementById('result-container'), json: '/resources/json/search.json', searchResultTemplate: '
  • {title}
  • ', - limit: 5, + limit: 7, }); $("#blog-search-bar").on("change paste keyup", function() {