text search in tfs at root level
-
Hello - My company has a large TFS structure and my team has a requirement to replace references to one site domain with references to another site domain. I was trying to see if there was a way to do this search through TFS itself. In VS, Edit > Find and Replace > Find in Files only searches the sln open in VS which does not satisfy my requirement. File > Source Control > Find in Source Control > Wildcard opens a Search window with Recursive checked by default. However, this search only appears to search file and folder names but not file contents. For example, a search for "string" at the TFS root level should return hundreds of references but only returns a reference to a folder named "string". So is there a way to do a full recursive search for text within the files from the root level of TFS? The ways I described above don't seem to accomplish my goal unless I'm missing something. I'm guessing someone here has had a requirement to something similar to this before....