Skip to content

Commit 16c3ae4

Browse files
committed
refresh
1 parent cf006ca commit 16c3ae4

File tree

1 file changed

+69
-35
lines changed

1 file changed

+69
-35
lines changed

docs/project/search/get-started-search.md

Lines changed: 69 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
---
2-
title: Search across Azure DevOps
3-
titleSuffix: Azure DevOps
4-
description: Quickly search within Azure DevOps, across all your code, wiki, packages, and work items.
2+
title: Search across Azure D## Prerequisites
3+
Description: Quickly search within Azure DevOps, across all your code, wiki, packages, and work items.
54
ms.assetid: A0889E82-EAE7-464C-B82A-B05D2E404426
65
ms.subservice: azure-devops-search
76
ms.custom: cross-service, cross-project
87
ms.topic: how-to
98
ms.author: chcomley
109
author: chcomley
11-
ms.date: 08/08/2024
10+
ms.date: 07/31/2025
1211
monikerRange: '<= azure-devops'
1312
---
1413

1514
# Get started with search
1615

1716
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1817

19-
You can quickly find work items, code files, wiki pages, or packages based on a keyword, wildcards, and other supported search filters with the search function.
18+
Azure DevOps provides powerful search capabilities that help you quickly find work items, code files, wiki pages, and packages across your projects and organization. Use keywords, wildcards, and advanced search filters to locate exactly what you need.
2019

21-
For more information, see the following links:
20+
## What you can search
21+
22+
- **Work items**: Find bugs, user stories, tasks, and other work items
23+
- **Code**: Search through source code files and repositories
24+
- **Wiki pages**: Locate information in project and published wikis
25+
- **Packages**: Find artifacts in Azure Artifacts feeds
26+
27+
For detailed information about specific search types, see:
2228

2329
- [Functional code search](functional-code-search.md)
2430
- [Code Search extension](https://marketplace.visualstudio.com/items?itemName=ms.vss-code-search)
@@ -27,27 +33,53 @@ For more information, see the following links:
2733

2834
## Prerequisites
2935

30-
- **Access levels:**
31-
- **All project members:** Every project member can use the search functions, including users with Stakeholder, Basic, and higher levels of access.
32-
- **Search results:**
33-
- **Access-based results:** When you're searching across the organization or collection, only results for which a project member has access are listed.
34-
- **Stakeholder limitations:**
35-
- **Wiki search:** Stakeholder wiki search results are limited to provisioned wikis. Published wiki results don’t appear because they require access to regular repositories, which Stakeholders don’t have.
36-
- **Code search:** Code search results don’t appear for Stakeholders.
36+
37+
---
38+
:::row:::
39+
:::column span="1":::
40+
**Access level**
41+
:::column-end:::
42+
:::column span="2":::
43+
**Search capabilities**
44+
:::column-end:::
45+
:::row-end:::
46+
---
47+
:::row:::
48+
:::column span="1":::
49+
**All project members**
50+
:::column-end:::
51+
:::column span="2":::
52+
Every project member can use the search functions, including users with Stakeholder, Basic, and higher levels of access.
53+
:::column-end:::
54+
:::row-end:::
55+
---
56+
:::row:::
57+
:::column span="1":::
58+
**Stakeholder limitations**
59+
:::column-end:::
60+
:::column span="2":::
61+
- **Wiki search:** Limited to provisioned wikis only. Published wiki results don't appear because they require access to regular repositories.
62+
- **Code search:** Not available for Stakeholder users.
63+
:::column-end:::
64+
:::row-end:::
65+
---
66+
67+
**Important notes:**
68+
- **Access-based results:** When you search across the organization or collection, only results for projects and items you have access to display.
3769

3870
::: moniker range="< azure-devops"
3971
> [!IMPORTANT]
40-
> A Collection Administrator must [install and configure search](install-configure-search.md).
72+
> For Azure DevOps Server, a Collection Administrator must [install and configure search](install-configure-search.md) before these features are available.
4173
::: moniker-end
4274

4375
## Search tips
4476

45-
- **Use keywords:** Start your search using a keyword. You can then apply other options, as needed, to broaden or narrow your search results.
77+
- **Start with keywords:** Begin your search with relevant keywords, then apply filters to refine results as needed.
4678
:::image type="content" source="media/shared/title-bar-search-box-select-type-tfs.png" alt-text="Screenshot of search boxes in Azure DevOps":::
4779
- **Adjust filters:** If your initial search doesn’t yield the desired results, try removing filters and searching again. Once you see the search results, you can narrow them down by applying appropriate filters and searching again.
48-
- **Check spelling:** Ensure your search terms are spelled correctly, as work item search doesn't ignore spelling errors.
49-
- **Refine wildcard searches:** If you receive a message that no matching files are found due to a wildcard search with too many hits, make your search more specific. Add more characters of the word or words you want to find, or use a condition or filter to restrict the number of possible matches.
50-
- **Case insensitivity:** Searches aren't case-sensitive.
80+
- **Check spelling:** Ensure your search terms are spelled correctly, as search doesn't automatically correct spelling errors.
81+
- **Refine wildcard searches:** If you receive a message that no matching files are found due to a wildcard search with too many hits, make your search more specific. Add more characters or use more filters to restrict the number of possible matches.
82+
- **Case insensitive:** All searches are case-insensitive.
5183

5284
## Search features, usage, and examples
5385

@@ -166,27 +198,27 @@ The following features apply to all searches, including work items, code, and pa
166198
:::row-end:::
167199
---
168200

169-
## Search from a different page
201+
## Search from different contexts
170202

171-
You can search from any of the following pages:
203+
The search experience adapts based on where you start your search:
172204

173-
- Organization project page: Starts a search across all projects.
174-
- Project overview page: Automatically applies a filter to search within the selected project.
175-
- Boards page for a project: Automatically displays recent work items and backlogs accessed by the user.
176-
- Azure Repos, Pipelines, Test Plans, or an Artifacts page for a project: Automatically displays functional filters for code searches.
177-
- Wiki page: Automatically go to a wiki page you recently opened.
205+
- **Organization overview**: Search across all projects and repositories
206+
- **Project overview**: Automatically filters results to the current project
207+
- **Boards pages**: Shows recent work items and backlogs you accessed
208+
- **Azure Repos/Pipelines/Test Plans/Artifacts**: Displays relevant filters for code and artifact searches
209+
- **Wiki pages**: Defaults to wiki content and shows recently opened pages
178210

179-
For more information, see the following articles:
211+
**Related resources:**
180212
- [Filter backlogs, boards, and plans](../../boards/backlogs/filter-backlogs-boards-plans.md)
181213
- [Provisioned vs. published wiki](../wiki/provisioned-vs-published-wiki.md)
182214

183215
> [!TIP]
184-
> **No results found for ...**
185-
> Too many hits from a simple wildcard search can result in no matching files. You can narrow your search by adding more characters or using a condition or filter.
216+
> **No results found?**
217+
> If wildcard searches return too many results, narrow your search by adding more specific characters or applying filters.
186218
187-
## More search functions
219+
## More search capabilities
188220

189-
See the following table for more search tasks and actions.
221+
The following table shows other search tasks and where to find them:
190222

191223
---
192224
:::row:::
@@ -277,15 +309,17 @@ Search has the following limitation: If you do a disaster recovery (DR) operatio
277309

278310
::: moniker-end
279311

280-
## Marketplace extensions
312+
## Search extensions
313+
314+
Enhance your search capabilities with these marketplace extensions:
281315

282-
- [Code Search](https://marketplace.visualstudio.com/items?itemName=ms.vss-code-search) - Extends search with fast, flexible, and precise search results across all your code. Required for searching repositories.
283-
- [Azure Paths Search](https://marketplace.visualstudio.com/items?itemName=wavemotionio.ado-areapaths) - Adds a special search hub to Boards for searching within iterations and area paths without having to create and maintain custom queries.
316+
- **[Code Search](https://marketplace.visualstudio.com/items?itemName=ms.vss-code-search)**: Provides fast, flexible, and precise search results across all your code repositories. Required for searching code content.
317+
- **[Azure Paths Search](https://marketplace.visualstudio.com/items?itemName=wavemotionio.ado-areapaths)**: Adds a specialized search hub to Azure Boards for finding work items by iteration and area paths without creating custom queries.
284318

285319
> [!NOTE]
286-
> Azure DevOps doesn't support some extensions. For more information or assistance, go to the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ms.vss-code-search).
320+
> Extension support varies by Azure DevOps deployment. For assistance, visit the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ms.vss-code-search).
287321
288-
## Next steps
322+
## Next step
289323

290324
> [!div class="nextstepaction"]
291325
> [Functional code search](functional-code-search.md)

0 commit comments

Comments
 (0)