0.2.3 • Published 2 years ago

test-dusame-plugin-meilisearch v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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", "type_value"],
      displayedAttributes: ["title", "description", "variant_sku", "type_value"],
    }
  }
}