|
Connector |
Function |
|
Example |
| |
|
|
|
| quotes
" " |
searches terms only as a phrase |
|
"international law" will find documents that contain
a phrase international law, but not those that
only have a phrase international criminal law |
| |
|
|
|
| OR |
finds
documents that have at least one of the search terms
(default setting) |
|
torture OR abuse will find all documents that
contain either the word torture or the word
abuse or both words |
| |
|
|
|
| AND |
finds
only documents that have both search terms |
|
torture AND abuse will not find a document
that only has the word torture, or only has the
word abuse |
| |
|
|
|
| asterix
* |
when
inserted in a word substitutes any number of characters |
|
intern* will find documents that contain words
intern, international, internship, internationalized,
interns etc. |
| |
|
|
|
|
question mark ? |
when
inserted in a word substitutes one character |
|
intern? will find documents that contain the word
interns, but not international, internship,
internationalized, interns etc |
| |
|
|
|
| hyphen
- |
when
inserted immediately before a term, that term is
excluded from the search |
|
international -transnational would return all
documents that have the word international and do
not have a word transnational |
| |
|
|
|
| dates |
dates
of the all decisions are formatted in the following way
"dd month yyyy" |
|
"21
January 1921" will find all decisions in the
database that have been passed on January 21st, 1921 |