From 1b69f011c3d5e29775c418f8719bfae7fa35ba45 Mon Sep 17 00:00:00 2001 From: Sivan Elkabes Date: Tue, 9 Sep 2025 10:27:26 +0300 Subject: [PATCH] Added actions and blueprints to the global search --- docs/search-and-query/global-search.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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