|
|
|
Search Help
- pie cake chocolate
- By default, documents will be returned if they contain ANY of the search
words. Results will be ranked so the documents with the most matches
are listed first. Search words are not case sensitive. For
example, Cake will find matches for cake, Cake, and CAKE.
In the above example, documents with the most word occurrences of
"pie" and "chocolate" will be returned.
- +pie -chocolate
- To force the search to require multiple words to appear in a document,
proceed each required word with a plus (+) sign. To force the search
to exclude certain words, place a minus (-) sign in front of the word.
-
-
| Searching... |
Results in... |
| pie + banana |
Documents with both words. |
| pie banana |
Documents with either words. This results in the greatest amount
of matches |
| pie -lemon |
Documents with the word "pie" but not containing the
word "lemon" |
|
|