move indexing logic to plugin remove loadToSearchEngine from ProductService adjust medusa core accordingly
medusa-plugin-meilisearch
Meilisearch Plugin for Medusa to search for products.
Plugin Options
{
config: {
host: [your meilisearch host],
},
settings: {
[indexName]: [meilisearch settings passed to meilisearch's `updateSettings()` method]
// example
products: {
searchableAttributes: ["title", "description", "sku"],
displayedAttributes: ["title", "description", "sku"],
}
}
}