fix(index): index enum fields (#13428)
https://github.com/medusajs/medusa/issues/13372 What: - It handles enum fields corretly when added to filterable fields
This commit is contained in:
committed by
GitHub
parent
637d4cf7ef
commit
71d8a0031f
@@ -12,7 +12,7 @@ const link =
|
||||
},
|
||||
{
|
||||
linkable: BrandModule.linkable.brand.id,
|
||||
filterable: ["id", "name"],
|
||||
filterable: ["id", "name", "status"],
|
||||
isList: false,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user