Back to the SolarNews Home Page
Altavista's shorthand notation works too. A search on "dogs -hot" is equivalent to the first example, and "+hot +dog +pizzas" will return the same documents as the second.
If a search term has at least one capital letter, like "parIS", the search will be case sensitive with respect to that keyword - that is, only documents containing "parIS" will be found. On the other hand, lowercase keywords like "paris" will generate hits from "Paris", "PARIS", or "parIS".
To group a collection of keyword, use quotes. For example, the query "Joe Doe" (quotes included) would not generate a hit from "Jane Doe met with Joe Smith". Without quotes, the sentence would count. Boolean operators can also act on quotations: a search on '+the +kitten not "the kitten"' would return only those documents where "the" and "kitten" appear separately.
The search finds keywords, not strings. A search for "in" would turn up only that keyword, not "bin", "inside", or "acquaintance". To perform a string search, preface your term with the dollar sign - a query on "$in" would find all words lists above. Note that more complex wildcard searches using the asterisk are not permitted. Including the asterisk in your query will return a list of all files, but that's its only function.
These rules are based on Altavista's query syntax; a look at their Search Tips may prove useful.