feat: refined search

This commit is contained in:
Cory Dransfeldt 2024-10-19 22:02:51 -07:00
parent a141dd5ce0
commit 4893256340
No known key found for this signature in database
5 changed files with 20 additions and 10 deletions

View file

@ -131,7 +131,7 @@ window.addEventListener("load", () => {
let currentPage = 1;
let currentResults = [];
let total = 0;
let debounceTimeout; // Declare debounceTimeout here
let debounceTimeout;
const parseMarkdown = (markdown) =>
markdown