Find in Files provides the ability to search for a word or string in files in a Vault Professional repository. The Find in Files command is located on the Vault Professional GUI Client Menu Bar under Tools->Find in Files. Results are displayed in the Find in Files tab at the bottom of the Vault Professional Client.
You can search for a word or string of text within non-binary files in a Vault Professional repository with the Find in Files command. Find in Files searches within the current versions of text-based (non-binary) files in the repository. You can use the Find in Files command on a single file or on a folder. A Find in Files search on Folder can be recursive. Find in Files will provide results only for repository folders where the user has at least R rights. The Find in Files search is similar to the Find function in Visual Studio.
Find in Files indexing must first be enabled or On for the repository. This setting is in the Vault Professional Admin Web Client under Source Control Repositories->[Repository Name]->Find in Files.
Type the word or string you wish to search for.
Enter the repository path or browse for the path to search in. Check Recursive for a recursive search.
If you wish to filter by file type or file name, enter the file extension or file name.
Select file names or types you wish to exclude from your search.
Match Case -- for example, a search for Co*, will match "Command" and "Code" but not "command" or "code."
Match Whole Word -- for example, a search for "pass" will match only lines with the word "pass," and not "password" or "encompass."
Use Wild Card Pattern Match -- Examples:
For example, pass* matches any text that includes "pass", such as "passage," "password" or "compass."
For example, if you check Match Whole Word, ?at matches "bat," "cat" or "sat." If you do not check Match Whole Word, the search assumes *?at*, and would match "format," "water," "ate," etc.
The Find in Files tab displays the results of the Find in Files command.
The Results List contains details about the items that meet the search criteria:
File name
Repository path
File version
Number of lines in the file that contain the word or string
Line number of each line in the file which contains the word or string
Results summary with the number of matching lines and matching files.
The Results List can be expanded or collapsed. Double-clicking on the file information in the Find in Files tab will take you to that file in the file list pane.
Highlight an entry in the Find in File results, then select the View File to view the repository version of the file.
Copy the highlighted selection.
Select all results in the Find in Files tab.
The Invert Selection command allows you to invert the already selected results. For each result in the list, if it is selected, it will be unselected and, if it is unselected, it will be selected.
This command clears all results in the Find in Files tab.
Expands all nodes of the results in the Find in Files tab.
Collapses all nodes of the results in the Find in Files tab.