medusa-plugin-customsearch

1.0.0 • Public • Published

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"],
    }
  }
}

Package Sidebar

Install

npm i medusa-plugin-customsearch

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

51.4 kB

Total Files

8

Last publish

Collaborators

  • msvensson222