Events
17 Mar, 21 - 21 Mar, 10
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019
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.
For more information, see the following links:
Important
A Collection Administrator must install and configure search.
The following features apply to all searches, including work items, code, wikis, and packages.
The following features apply to all searches, including work items, code, and packages.
Search feature
Usage
Example
Keyword
Search based on one or more keywords.
validate
finds instances that contain the word validate.
Exact match
Search based on an exact match, enclosed in double-quotes.
"Client not found"
finds instances that contain the exact phrase match Client not found. Search might not handle special characters as expected. Try escaping special characters or simplifying the search phrase.
Wildcard
*
and ?
, to keywords to extend the search criteria.*
at the end of a keyword to find items that start with the keyword.?
in the middle to represent any alphanumeric character.alpha?version
finds instances of alpha1version and alphaXversion.Browser*
finds instances of BrowserEdge, BrowserIE, and BrowserFirefox.CodeSenseHttp*
finds files containing words that start with CodeSenseHttp, such as CodeSenseHttpClient and CodeSenseHttpClientTest.Boolean operators
AND
, OR
, and NOT
(must be uppercase).AND
is the default operator, an entry of two keywords with no operator is the same as an AND
search.Validate AND revisit
finds files that contain both the words validate and revisit.Validate OR revisit
finds files that contain either of the words validate or revisit.Validate NOT revisit
finds files that contain the word validate but not the word, revisit.(Validate NOT revisit) OR "release delayed"
finds files that contain the word validate but not the word, *revisit, or files that contain the phrase release delayed.Proximity
term1 BEFORE term2
returns all files where term1 occurs BEFORE term2 within a distance of five tokens between them.term1 AFTER term2
returns the same results as term2 BEFORE term1.term1 NEAR term2
returns all files where term1 is within five token distance from term2 in any direction. term1 NEAR term2
returns the same results as term1 BEFORE term2
OR term2 BEFORE term1
.Special characters
(
, )
, [
, ]
, :
, *
, and ?
by enclosing them in a phrase delimited with double-quotes."flatten()"
finds the literal string flatten(). Search for a literal occurrence of the double-quote character " by preceding it with the escape character \
and enclosing the search string in double-quotes."\"react-redux\""
finds the literal string "react-redux."You can search from any of the following pages:
For more information, see the following articles:
Tip
No results found for ...
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.
See the following table for more search tasks and actions.
Search task
Action
Find an organization setting
Go to your organization and select Organization settings.
Find a project setting
Go to your project and select Project settings.
Find a user setting
Go to your User settings page.
Find a user
Go to your organization and select Organization settings > Users, and then enter the name in the filter box.
Find an organization
Scroll through the left side of your screen, which lists all organizations.
Find a project
Go to your organization, and then enter the project name in the Filter projects box.
View file history and compare versions
Go to Repos > Files, highlight your file, and then select History.
Note
When you search from the Organization settings page, your search results include both organization-level and project-level settings.
Search has the following limitation: If you do a disaster recovery (DR) operation and move your server back to an earlier snapshot of your SQL database, reindex all your collections.
Note
Azure DevOps doesn't support some extensions. For more information or assistance, go to the Visual Studio Marketplace.
Events
17 Mar, 21 - 21 Mar, 10
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowTraining
Learning path
Microsoft Search fundamentals - Training
Learn about Microsoft Search including where users can search, the answers and results they'll see, and how you can tailor the search experience for your organization.
Certification
Microsoft Certified: Azure AI Engineer Associate - Certifications
Design and implement an Azure AI solution using Azure AI services, Azure AI Search, and Azure Open AI.
Documentation
Functional code search - Azure Repos
Options for searching code across all your projects in Azure DevOps.
Use functional work item search options - Azure DevOps
How to use Work Item Search - functional options for Work Item Search in Microsoft Azure DevOps for all projects.
Substring search