Using Our Search Engine - The text search engine allows queries to be formed from arbitrary expressions containing the keywords AND, OR, and NOT, and grouped with parentheses. For example: lawyer marketing
finds pages containing 'lawyer' or 'marketing'
lawyer or marketing
same as above
marketing and packages
finds pages containing both 'marketing' and 'packages'
marketing not Internet
finds documents containing 'marketing'' but not 'Internet'
(search not optimization) and marketing
finds documents containing 'search' plus 'marketing', but not 'optimization'
law*
finds documents containing words starting with 'law'
Top of Page