feat: Make tags unique, clean up searchability of product entities (#7014)
This commit is contained in:
@@ -84,6 +84,7 @@ export const AdminGetProductOptionsParams = createFindParams({
|
||||
limit: 50,
|
||||
}).merge(
|
||||
z.object({
|
||||
q: z.string().optional(),
|
||||
id: z.union([z.string(), z.array(z.string())]).optional(),
|
||||
title: z.string().optional(),
|
||||
$and: z.lazy(() => AdminGetProductsParams.array()).optional(),
|
||||
|
||||
Reference in New Issue
Block a user