Use of special "wild card" characters:
"%" matches any number of characters;
"_" matches any single character.
Thus "_%" in any field matches all non-blank strings and
"%muon%supercond%" under Title finds every title containing
the string "muon" followed later
by the string "supercond".
Note: blanks count; case doesn't.