diff --git a/static/search-box.js b/static/search-box.js index c661ede..6531fce 100644 --- a/static/search-box.js +++ b/static/search-box.js @@ -82,7 +82,7 @@ function _codigoparallevar_enable_search_box(selector, options) { resultsList.innerHTML = ''; for (const note of body.results.notes) { if (note.is_todo === "1") { - return; + continue; } const resultCard = document.createElement('li');