> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/whats-new/previous-releases/version-1.45.md).

# Version 1.45

## ✨ Enhancements

### 🔍 Updated Message Search

We overhauled the core search experience to ensure that whether you are performing a surgical investigation or a broad sweep of your environment, the data you need is always a keystroke away.

* **Universal Search (⌘K)**: You can now trigger a message search from anywhere in the platform. Use the global search bar or the ⌘K shortcut to find a specific message without losing your place in your current workflow.

  <figure><img src="/files/LTkhJINOyfCLShKbDN2l" alt=""><figcaption></figcaption></figure>
* **Prompt Search**: You shouldn't have to be an expert in MQL (Material Query Language) to find what you need. Simply describe the messages you’re looking for in plain English, and Material will automatically generate the corresponding query.

  <figure><img src="/files/QYLLriMqmdiIrs5aBT21" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note**: This feature is not available for customers who have opted out of Material’s GenAI capabilities.
{% endhint %}

* **Structured Form Search**: For high-precision lookups, use the new form-based interface to search by specific attributes like To, From, Subject, and Message ID.

  <figure><img src="/files/9NEP9xbfW8AWzhbKM8uJ" alt=""><figcaption></figcaption></figure>
* **Sensitive Category Search**: You can now query by sensitive categories directly, allowing you to quickly surface messages that match specific data loss or risk tags.

### 🛡️ Expanded Remediation & "Related To" Filters

As attackers shift their tactics beyond the inbox, we’re expanding our remediation toolkit to follow them.

* **"Related To" Entity Filter**: Gain better context on how threats impact your organization. The new "Related To" filter allows you to search the Issues list for any entity—Account, Group, or App—to see issues where they are either the primary focus or have a second-degree association.

  <figure><img src="/files/wOWcZPMdY9niSN2RfQSS" alt="" width="375"><figcaption></figcaption></figure>
* **Email Threat Report Enhancements**: We updated the Sankey diagrams in our [Threat Reports](/learn-more/risk-areas/email-threats/reports.md) with clearer labels regarding message consolidation. You’ll now see a specific callout for the average number of messages bundled into each Email Threat Issue.

  <figure><img src="/files/XatTwx6Tsdig1nKg6g2H" alt=""><figcaption></figcaption></figure>

### 📈 Detections & Framework Updates

We refined our detection logic to ensure severity levels accurately reflect the modern threat landscape.

* **Severity Rubric Realignment**: We updated default detection severities to align with our newly published [**Detection Severity Framework**.](/getting-started/fundamentals/detect/detection-severity-framework.md)
* **Model Tuning**: This release includes performance tuning for our phishing detection models and expanded deterministic rules to increase coverage across new attack vectors.

***

## 🐛 Fixed

* **Account Detail View**: Resolved an issue where the detail view was filtered to active issues only; it now correctly displays all issues associated with an account.
* **VIP List Management**: Resolved an issue that cleared VIP designations when the VIP list was updated


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.material.security/whats-new/previous-releases/version-1.45.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
