All flat file databanks indexed by MRS have a specific layout in which you can define fields of information. Some databanks like SwissProt and EMBL use a very straightforward format, for others the layout is less obvious.
MRS uses parsers to split records into a number of fields and indexes each of them into a separate index. When you simply enter a couple of search terms all of these indices are combined for the search. But sometimes you need more flexibility.
If e.g. you are looking for more information about RDS in human in EMBL you could enter 'rds human
' as query. That will result in 32 hits. 17 of them are not human though, but they do have the word human somewhere in the record. If you want to limit the search to only records for human entries you could enter: 'rds os:human
'.
In this example you still see the plain rds word but now we prefix the search term human with a code (os) and a colon. If you look at the 'Databanks' page you can see the list of index names that are available for EMBL. In this case we choose the os index to limit our search to records for containing the word human only.
This revised query results in 15 records, all of which are human.