Search in Program
The search window
To start searching, select the Service | Search menu item or click the button on the toolbar above the folder tree (). You can also use the shortcut keys F3 or Ctrl+F.
You will see the search settings panel.
Search settings
- Use the Search For field to enter either the full string you are looking for or a part of it. The Search For field supports regular expressions.
- Select the fields you want to search by. All fields are connected with the OR operator. It means that if at least one field contains the string you are searching for, the item is considered a match.
- Select item type. If you want to find matches in items of any type, select Any Type. If you need an item of a certain type, select this type.
- Use the Look In combo box to select the folder to search in. If the folder is not in the combo box, select the Browse item and select the necessary folder in the dialog box.
- If you want to search in all subfolders, select the Search in subfolders check box.
Click Start Search.
- Your search results will be displayed in the right part of the window.
Regular expressions search
To perform the search using regular expressions, open the search window, enter the search expression and press the "Start" button. The following wildcards can be used:
"*" (asterisk) - stands for any number of any symbols.
For example, the inquiry "*.txt" will return the files "licence.txt", "help.txt" etc.
"?" (question mark) - any single symbol.
For example, the inquiry "song.mp?" will return "song.mp3" and "song.mpg", but not "song.mpeg"
" " (space) - logical OR
For example, the inquiry "*.mp3 *.wav" will return the list of all wav and mp3 files.
"several words" (quotes) - whole phrase
For example the inquiry "romantic collection" (with quotes) will return "Romantic Collection CD vol 1" and "Romantic Collection CD vol 2", but not "My Music Collection"
The use of regular expressions is not obligatory, in most cases you can just enter some part of a file name, and the search will be successful (e.g.: the inquiry "californication" will return files "Red Hot Chill Peppers - Californication.txt" and "Red Hot Chill Peppers - californication.mp3").
Note: an empty search string will be interpreted as "*" |