I think its because "SerialNumberWriteLevel" does
not end with Write.
"Serial*Write" = find
words that start with “Serial” and end with “Write”
"Serial*Level" = find
words that start with “Serial” and end with “Level”
From:
dtsearch@yahoogroups.com [mailto:dtsearch@yahoogroups.com] On Behalf Of sjohnson11402
Sent: Friday, August 15, 2008 12:43 PM
To: dtsearch@yahoogroups.com
Subject: [dtsearch] Wildcards
I have a .cpp file that is indexed and has the
word
"SerialNumberWriteLevel". I could not find it with "Serial*Write",
but
eventually found it with "Serial*Level".
Why did "Serial*Write" not find it?
(Noise does not contain serial, number, write, or level).