diff --git a/more/more.html b/more/more.html index 6013b60..c00d7c7 100644 --- a/more/more.html +++ b/more/more.html @@ -340,7 +340,7 @@ for (index = 0; index < metadata.applications.length; index++){ lowItem = metadata.applications[index].name.toLowerCase(); - if (lowItem.indexOf(search.toLowerCase()) != -1 || metadata.applications[index].isActive == true){ + if (lowItem.indexOf(search.toLowerCase()) != -1 && metadata.applications[index].isActive == true){ counterDir = counterDir + 1; if ((counterDir >= offset) && (counterDir < (offset + perpage))){ DisplayApp(metadata.applications[index]);