How can I overwrite this file so SearchIndexingSubscriber includes more relationships? Do I need to extend subcriber?
#Overwrite search relations
4 messages · Page 1 of 1 (latest)
This is still an issue. Does anyone have ideas how to add additional relations or how to extend subscriber?
In your loader just go defaultSearchIndexingProductRelations.push("myrelation")
https://github.com/medusajs/medusa/blob/develop/packages/medusa/src/subscribers/search-indexing.ts
This is included in medusa package. Is there a way to extend this or overwrite?