> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/updates-and-releases/cerby-web-app/global-search-release-notes.md).

# Global Search release notes

## New features and enhancements

* **Global Search** is now available. You can find accounts, secrets, collections, teams, users, and Business Hubs across your workspace from a single search bar. Results are ranked by relevance, with exact name and email matches appearing first. Use inline filter chips to narrow results by type, app, or last-used date.
* Workspace **Admins** and **Managers** can now include soft-deleted records in search results using the **Show deleted** toggle. By default, Global Search shows only active items.
* Workspace **Admins** can now search for users by name or email to see the items they share access to with that person. Results are scoped to role-based access controls.

## Fixes

* The issue with Business Hub search results linking to the Business Hubs landing page instead of the hub's settings page was fixed.
* The issue with the **App** filter dropdown losing its options after applying or changing a filter was fixed. The full app list now stays populated across filter interactions.
* The issue with the **This Week** and **This Month** date filter options returning incorrect date ranges was fixed. Both filters now return a rolling range inclusive of today.
* The issue with vaulted credentials not appearing in URL-based searches was fixed. Accounts whose credentials are stored in a vault now surface correctly when you search by domain or URL.


---

# 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://help.cerby.com/updates-and-releases/cerby-web-app/global-search-release-notes.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.
