Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -73,7 +73,8 @@ final class StudioArtworkQueryService
// Category filter
if (!empty($filters['category'])) {
$filterParts[] = 'category = "' . addslashes((string) $filters['category']) . '"';
$quoted = addslashes((string) $filters['category']);
$filterParts[] = '(category = "' . $quoted . '" OR categories = "' . $quoted . '")';
}
// Tag filter