Back to Plugins

Relation filter

A Medusa V2 plugin that enables multi-level filtering and search on entity relationships


Installation

npm install medusa-plugin-relation-filter

Configuration

Add the plugin to your medusa-config.js:

module.exports = {
  plugins: [
    {
      resolve: "medusa-plugin-relation-filter",
      options: {
        // Plugin options here
      },
    },
  ],
};

Explore More Medusa Plugins

Find more powerful plugins and integrations to enhance your Medusa store. Browse our collection of community-driven solutions.

Free & Open Source
Community Driven
Easy Integration