The Filename and Comment sections on the search window use
Perl Compatible Regular Expressions
. In general use there are a number of differences to the wildcard expansion used on the command line:
Use "." and not "?" for a single character.
Use "abc.*ghk" and not "abc*ghk" for multiple characters