Wire admin studio SSR and search infrastructure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user