Category

Search

Version

1.1.1

Last updated

Jan 20, 2023, 11:07:31 AM2 years ago

medusa-plugin-meilisearch

Meilisearch Plugin for Medusa to search for products.
Learn more about how you can use this plugin in the documentaion.

Options

{
config: {
host: "[your meilisearch host]",
},
settings: {
"[indexName]": "[meilisearch settings passed to meilisearch's `updateSettings()` method]"
// example
products: {
searchableAttributes: ["title", "description", "variant_sku"],
displayedAttributes: ["title", "description", "variant_sku", "thumbnail", "handle"],
}
}
}

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.