Files
medusa-store/packages/medusa-plugin-algolia
2022-08-03 18:34:24 +02:00
..
2021-11-18 15:19:17 +01:00
2022-08-03 18:34:24 +02:00
2022-08-03 18:34:24 +02:00
2022-05-20 11:40:57 +03:00

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