ref: search bundle id at any place
This commit is contained in:
@@ -104,7 +104,7 @@ function applySearch() {
|
|||||||
if (ipa[2] < minV || ipa[2] > maxV || !(ipa[1] & device)) {
|
if (ipa[2] < minV || ipa[2] > maxV || !(ipa[1] & device)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (bundle && ipa[4].substring(0, lenBundle).toLowerCase() !== bundle) {
|
if (bundle && ipa[4].toLowerCase().indexOf(bundle) === -1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!term
|
if (!term
|
||||||
|
|||||||
Reference in New Issue
Block a user