diff --git a/docs/search-and-query/global-search.md b/docs/search-and-query/global-search.md index fb2e38f1a8..78623eebd1 100644 --- a/docs/search-and-query/global-search.md +++ b/docs/search-and-query/global-search.md @@ -18,14 +18,12 @@ You can search for entities by their title, description, or any other [property] ## Search results -The search bar will return two types of results: +The search bar will return four types of results: - **Entities**: Entities whose properties (including title & identifier) match your search query. - **Tech Docs**: Entities that have a `markdown` property whose content contains your search query. - -:::info Supported results -Note that the search bar does not return results for blueprints and actions, only entities. -::: +- **Actions**: Actions whose title or identifier match your search query. +- **Blueprints**: Blueprints whose title or identifier match your search query. ## Port highlight search - chrome extension