From bf90820c967f64fe5abf02b89855191dff9f13f0 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 6 Mar 2023 09:56:56 +0100 Subject: [PATCH] Increase the number of search results --- resources/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {