Search in gameLog/feed by groupName

This commit is contained in:
Natsumi
2025-06-14 09:05:28 +12:00
parent 2742be0c5e
commit d8632825b6
3 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ export default class extends baseClass {
return true;
}
if (
value.startsWith('wrld_') &&
(value.startsWith('wrld_') || value.startsWith('grp_')) &&
String(row.location).toUpperCase().includes(value)
) {
return true;

View File

@@ -988,7 +988,7 @@ export default class extends baseClass {
return true;
}
if (
value.startsWith('wrld_') &&
(value.startsWith('wrld_') || value.startsWith('grp_')) &&
String(row.location).toUpperCase().includes(value)
) {
return true;