The search engine on this site will search the text of the Administrative Law Judge Rulings from 1983-Present. All documents are in Adobe Acrobat PDF format and require the free Adobe Acrobat Reader(TM).
String search I example:
blue
String search II example:
"cold pizza" OR "internet tools" (either word set)
"cold pizza" AND "internet tools" (both word sets)
Multiple word search example: search for "green" AND "blue":
+green +blue (example 1 is the same as..)
green AND blue (example 2)
Search with at least one word: search for at least "helicopter" OR (green OR blue):
+helicopter green blue
Search for one word, but not the other: search for "green"" but NOT "blue":
-blue +green
Fuzzy search: search for words like roam, roams, foam, foams:
roam~
Search for higher similarity with "roam":
roam~0.8
Wildcard search: searches for "test", "text", "tent", and so on:
te?t
Search for "test", "text", "teeeeeext", and "texyzt":
te*t
Note: You cannot use a * or question mark (?) symbol as the first character of a search.
Proximity search: search for "apache" and "server" within five words of each other:
"apache server" ~10