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:
Carlos R. L. Rodrigues
2025-09-07 10:39:58 -03:00
committed by GitHub
parent 637d4cf7ef
commit 71d8a0031f
6 changed files with 57 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ const link =
},
{
linkable: BrandModule.linkable.brand.id,
filterable: ["id", "name"],
filterable: ["id", "name", "status"],
isList: false,
}
)