The wildcard characters that can be used to search the MilliBase database through this web interface are those of ANSI SQL:
Search string | Results in |
a% | All entries in the database that start with an 'a' |
%ech% | All entries with 'ech' somewhere in the name, like 'Diastylis echinata', 'Technitella', 'Echinobothrium', ... |
_[bd]% | All entries with either a 'b' or a 'd' as the second charater in their name, like 'Abarenicola' or 'Idunella' |
[d-f]% | All entries with a name starting with 'd', 'e' or 'f', from 'Dacrydium' to 'Fusarium culmorum' |
%[_]% | All entries containing an underscore |
%[%] | All entries ending on a percentage sign |