0.2.3 • Published 2 years ago

test-dusame-plugin-algolia v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

medusa-plugin-algolia

Algolia Plugin for Medusa to search for products.

Learn more about how you can use this plugin in the documentaion.

Options

{
  application_id: "someId",
  admin_api_key: "someApiKey",
  settings: {
    [indexName]: [algolia settings passed to algolia's `updateSettings()` method]
    // example
    products: {
      searchableAttributes: ["title", "description", "variant_sku", "type_value"],
      attributesToRetrieve: ["title", "description", "variant_sku", "type_value"],
    }
  }
}