To find and select an item in the current folder, quickly start typing its name and the first item on the list which name starts from letters you typed will be selected.
Searching for items in the archive
To search for items in the archive that is currently opened in the app, press Command + f. Then provide a search pattern that will be compared to item names. In the patterns you can use two wildcards:
Wildcard
Description
*
means any character string, including the empty string
?
means any character
For example, “*aa?cc*” would match “111aaBcc” and “1aa2cc3” but not “1bb2cc”.