The search engine allows
searches to be formed from expressions containing the keywords AND, OR, and NOT, and
grouped with parentheses.
Use all lowercase characters. For example:refrigerator
finds all pages containing 'refrigerator'.
trading post refrigerator
finds all pages containing 'trading' or 'post' or 'refrigerator'.
trading or post or refrigerator
same as above.
trading and post and refrigerator
finds all pages containing 'trading' and 'post' and 'refrigerator'.
trading not post
finds pages containing 'trading' but not 'post'.
(ford not truck) and automatic
finds pages containing 'automatic', plus 'ford' but not 'truck'.
auto*
finds pages containing words starting with 'auto' such as 'automatic'
and 'automobile'. |