Video Tutorial

1. Always quote the search word or phrase

“Wright Line” and “confidentiality” should be in quotes.

2. The search is not case sensitive

“Wright Line” and “wright line” return the same thing.

3. Normal searches look at all of the columns

“Wright Line” will search for that phrase in all searchable columns. See (4) below.

4. There are 8 searchable columns

5. There are 13 document types

6. Search a specific column

Search a specific column with ColumnName : "search phrase"

Type : "Published Board Decision"

Date : "2022"

7. Combine parameters with AND

"preemption" AND "Garmon"

8. Exclude parameters with NOT

"preemption" NOT "Garmon"

9. Search multiple parameters with OR

"preemption" OR "Garmon"

10. Search multiple parameters that are near one another with NEAR

NEAR("preemption" "garmon",5)

11. Use parentheses for logic

"preemption" AND (Type : "Supreme Court" OR Type : "Published Board Decision")