# 2025-03-21: CE - Custom Mixin Filters

## Overview

The now allows users to add mixins as filters for different entities. This efficiently uses the mixins fields for targeted data filtering, improving flexibility and clarity in the system.

## New features

| Feature                              | Benefit                                                                                                                                                                                                                                                                               |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Context-dependent mixin filters**  | Only relevant mixins for the respective entity are displayed. For example, for products, only product-related mixins are displayed.                                                                                                                                                   |
| **Dynamic visibility of new fields** | Newly added mixin fields are immediately available in the filter options, without the need for manual adjustments.                                                                                                                                                                    |
| **Quick search for custom mixins**   | Users can quickly find relevant entity-specific attributes and add them directly to the filter without manually browsing long lists. It applies to the entities with the supported mixin schemas: category, company, coupon, customer, order, price list, product, quote, and return. |

## Fixes and improvements

None as this is a new feature.

## Known problems

No known problems at time of release.

## Documentation and links

User Guides:

* [Mixin Schemas](/ce/management-dashboard/settings/mixin-schemas.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/release-notes/archive/2025/2025-03-21-ce-mixin-filters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
