The text search engine allows queries to
be formed from arbitrary Boolean expressions.
For example:
cough
finds documents
containing the word 'cough'
cough OR headache
finds documents
containing 'cough' or 'headache'
cough AND headache
finds documents
containing both 'cough' and 'headache'
cough*
finds documents
containing words starting with 'cough' |