diff --git a/script.js b/script.js index 9cccb600..bd12a138 100644 --- a/script.js +++ b/script.js @@ -87,7 +87,7 @@ function saveConfig() { */ function applySearch() { - const term = document.getElementById('search').value.trim().toLowerCase(); + const term = document.getElementById('search').value.toLowerCase(); const bundle = document.getElementById('bundleid').value.trim().toLowerCase(); const unique = document.getElementById('unique').checked; const minos = document.getElementById('minos').value;