Searched words can be connected with boolean operators:
e.g.: cancer and cell resp. cancer
or cell
Other operators are adj and near:
cancer adj cell finds all documents, which contain
the word "cell" directly following the word
"cancer".
cancer near cell finds "cancer cell",
but also "cell cancer".
Of course it is possible to use wildcards: leuc*
, *therapy or *leucin*
|