I am using Azure Devops Repos, where I have around 100 projects. I would like to use the portal and find all files which
I tried to use this search phrase: "email filename:Resource"
But it did not retrieve expected results and I know they exist.
Ensure the Code Search extension has been installed into your Azure DevOps organization.
Then you can try the search string like as the format "<keywords> file:<pattern>
":
<keywords>
' is the keywords to match the content you want to search.<pattern>
' is the wildcard pattern to match the filename.For your case, you can try the search string "email file:*Resource*
". Normally, it will return the files that:
Resource
'.email
'.For more details, see the following documentations: