This is a Dead Like Me searchable script database.
This database contains the show's screenplays and photos.
To search for any number of single words, type the words into the search bar and then click
the "Search" button.
To search for an exact phrase, encase the phrase in double-quotes. This kind of search will
not ignore commonly used words and will search for the phrase exactly as entered.
Both types of searches cannot be used at the same without using a logical operator.
The logical operators are & (AND), | (OR) and ! (NOT).
The AND operator receives two search queries (Single words or phrases) and returns all the
documents that contain both queries.
The OR operator receives two search queries (Single words or phrases) and returns all the
documents that at least one of those queries.
The NOT operator receives a single search query (Single words or a phrase) and returns all
the documents that don't contain that query.
If no logical operator was used, the result will return all documents that contain at least one
of the words or phrases. A document with a greater hit rate (Number of hits against the total
document size) will get a higher priority.
If only one or no logical operator is used, the query can be entered as is, with each operand
being either a set of single words or a phrase. If multiple logical operators are used
parentheses are needed. Each setoff parentheses must contain a simple query or another
set of parentheses. Complex queries can be searched using multiple sets ofparentheses.
Example:
(a b c | ("d e f" & (! g)))