ref: search bundle id at any place

This commit is contained in:
relikd
2024-02-28 01:28:34 +01:00
parent 96e451352b
commit 4047fda776

View File

@@ -104,7 +104,7 @@ function applySearch() {
if (ipa[2] < minV || ipa[2] > maxV || !(ipa[1] & device)) {
return;
}
if (bundle && ipa[4].substring(0, lenBundle).toLowerCase() !== bundle) {
if (bundle && ipa[4].toLowerCase().indexOf(bundle) === -1) {
return;
}
if (!term