Allow searching by tags

This commit is contained in:
Lance Pioch 2024-04-29 22:42:15 -04:00
parent 651b887a0e
commit 386eba28e6

View File

@ -23,6 +23,11 @@ class EggResource extends Resource
];
}
public static function getGloballySearchableAttributes(): array
{
return ['name', 'tags', 'uuid', 'id', ];
}
public static function getPages(): array
{
return [