fix(medusa,utils): Searching indexing product subscriber (#3905)

This commit is contained in:
Oliver Windall Juhl
2023-04-23 13:16:54 +02:00
committed by GitHub
parent aec7ae219d
commit 491566df6b
6 changed files with 106 additions and 132 deletions
+1
View File
@@ -1,3 +1,4 @@
export * from "./abstract-service"
export * from "./is-search-service"
export * from "./search-relations"
@@ -0,0 +1,10 @@
export const defaultSearchIndexingProductRelations = [
"variants",
"tags",
"type",
"collection",
"variants.prices",
"images",
"variants.options",
"options",
]