# May 6th

**Changelog released on 2026-05-06**

This update streamlines asset management by resolving several technical bugs and expanding user control. Key fixes address AI text generation errors, background task timing, and business rule creation. On the functional side, the system now offers enhanced filtering, the ability to edit saved searches, and better data preservation when moving assets between catalogs. Additionally, UI improvements like full-name hover displays and refined variation conditions make for a more precise and intuitive workflow.

## Enhancement

1. **Condition checking for "variation definition":** New business rule condition to validate against Variation definition (SP-2021)
2. **Show full name of asset when hovering over AssetReferenceAttribute:** Hovering over an asset referene attribute will now show the full name of the asset. (SP-2038)
3. **Set primary category through business rule:** New business rule action to allow setting primary category for any given product. (SP-2114)
4. **Edit saved search directly from widget:** It is now possible to edit saved searches directly from the dashboard widget. (SP-2244)

## Bug

1. **Business rule throw error blocks create process:** Business rule errors no longer blocks the create process. (SP-2499)
2. **Using 'AI Text Generation' on attributes on assets throw an error:** AI text generation on asset attributes no longer throws an error. (SP-2502)

## Task

1. **Moving a category to a new catalogue should persist category attributes if the new catalogue has an 'Attribute management' tab:** Category attributes are now persisted on a category if it is moved to a new catalogue and the new catalogue has an ‘Attribute Management' tab. (SP-2313)
2. **Add advanced filter to global list value search:** Added advanced filter to global list value search. (SP-2399)
3. **Properties used in 'Display name' should not be required on entity creation:** Attributes used as part of the ‘Display name’ are no longer required to be set during entity creation. (SP-2497)
4. **Improve rebuild of identifiers:** Rebuild of identifiers have been improved, making it less prone to timeouts. (SP-2501)


---

# 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://docs.struct.com/changelog/may-2026/may-6th.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.
