Use the following examples to help you enter
information into the search fields:
Entered search terms | Description of the documents returned on the results page |
support |
Each result must contain one of the words from the list of words
(support). Since there is only one word in the list, each
result must contain the word support. |
shuttle support mission |
Each result must contain one of the words from the list of words
(shuttle, support, mission). Documents that
contain more of the words from the list will be ranked higher. |
shuttle support -mission |
Each result must contain one of the words from the list of words
(shuttle, support). If there is only one word in the
list, each result must contain that word. Also each result must not
contain the word mission. |
support +mission |
Each result must contain one of the words from the list of words
(support, mission). Also it must contain the word
mission. In other words, it possibly may contain the word
support but must contain the word mission. |
shuttle support +mission |
Each result must contain one of the words from the list of words
(shuttle, support, mission). Also it must
contain the word mission. In other words, it possibly may
contain the word shuttle and/or/nor support but
must contain the word mission. |
+support +mission |
Each result must contain the word support and mission. |
support AND mission |
Each result must contain the word support and mission. |
support AND NOT mission |
Each result must contain the word support but not the word
mission. |
support OR mission |
Each result must contain one of the words from the list
(support, mission). |
support and mission |
Each result must contain one of the words from the list
(support, and, mission). Notice that
and is a search term and not a conjunction because
it is lowercased. |
"support mission" |
Each result must contain the exact phrase support mission. |
support -"support mission" |
Each result must contain the word support but must not contain
the exact phrase support mission. |
sup* |
The asterisk is a wildcard. Each result must contain words that start
with sup. This will obviously include the word support. |
*port |
Each result must contain words that end with port. This will
obviously include the word support. |
supp??? |
Each result must contain 7 letter words that start with supp. |
mi??ion |
Each result must contain 7 letter words that start with mi
followed by 2 unknown characters and end with ion. |
*DP*127? |
Each result must contain words that start with zero or more characters,
followed by DP, followed by zero or more characters, followed
by 127, and then followed by exactly one character. The string
KDP-KSC-P-1278 and possibly many more would match the search term and
any documents containing one or more of these strings would be in the
set of results. |