| Keywords |
|
Used to specify a list of required words that have
to be in the documents. This list of words is added to the normal
words value using logical "and"s.
|
Exclude
|
|
This value is a pattern that all URLs of the search
results cannot match.
|
Matches Per Page
|
|
Specifies how many matches will be displayed on
each page of results.
|
Sort by
|
|
This determines what type of sort will be performed on the search results.
|
|
score
|
sort by how closely the document matches the words
being searched for
|
|
time
|
sort by time that the document was last modified
|
|
title
|
sort alphabetically by title
|
|
reverse score
|
reverse of score
|
|
reverse time
|
reverse order of time
|
|
reverse title
|
reverse order of title
|
Method
|
|
This determines what type of search will be performed.
|
|
and
|
The search will look for all words
|
|
or |
The search will look for any of the words
|
|
boolean
|
allows for use of boolean statements (and,or,etc)
in search.
|