To do a simple search with MRS you enter a few words in the text box at the top of the window and press Enter or click the Search button. MRS will then scan through all indexed databanks and displays an overview of hits.
Searches are done case insensitive. That means that upper and lowercase is ignored,
searches for Lysozyme
, lysozyme
and LYSOZYME
all yield the same results.
MRS indexes are exact, MRS does not use stemming. That means that searches for
lysozyme
and lysozymes
yield different results. However,
MRS does support wildcards. If you would
have searched for lysozyme*
you would have found all records containing
words that begin with lysozyme.
MRS uses an implicit AND for multiple search terms, i.e. the more search terms you enter the narrower the result set since all terms must appear in a records to generate a hit. Boolean operators are also available.
However, if you entered more than one search term and there were no hits, MRS relaxes the requirement for all terms and displays the records that best matches your query terms.