How to Search

Note: If you're looking for a specific bill, use the Bills and Resolutions option under Bill Tracking rather than the searchable database. If you search for HB8, for example, you won't get any hits because that exact character string is not in the text of the bill.

Single Search Word:

Example using Single Word: distilled

A single search word is the simplest of all search statement constructions. For a document to qualify for the search, it must contain an occurrence of the exact character string specified as the search word. For example; the search word "distilled" only retrieves the documents that contain occurrences of the word "distilled". The words "distill" and "distillery", for example, do not qualify.

Wildcard Character:

Wildcard example: elect*

This statement locates all derivations of "elect": "elects", "election", "electoral", as well as the root word "elect." However, references such as "electric", "electrocute", and "electrolysis", etc., are also retrieved. The wildcard character may retrieve a range of documents, some of which may not relate to your intended subject.

Phrase Search:

Phrase example: state child fatality review team

A search phrase is constructed of two or more search words and can be up to 50 alphanumeric characters. It can be entered several different ways depending on the range of documents you want retrieved: It can be entered "as-is" or with the wildcard (variable) character (*) or with embedded common words.

Nonsearchable Words:

Nonsearchable words, also known as common words, appear too frequently within text to be of any value in a search statement. Some typical common words are "the", "as" and "is". Common words can only be used in a search statement that also contains searchable words.

Logic Conditions:

Search statements can be entered using any of three logic conditions: "and", "or", and "and not". Use of a logic condition requires two search statements. For example: "A or B", or "A and (B or C)". The logic conditions must be positioned between two search words or statements.

When you use "and" in your search statement (example: "A and B"), all documents that contain references of both A and B are displayed. Documents containing references of only A or only B will not qualify.

When you use "or" in your search statement (example: "A or B"), all documents with references of either A or B will display. Unlike "and" it is not necessary for both statements to be present in a document for it to qualify, but documents containing both "A and B" will also qualify.

When you use "and not" in your search statement ("A and not B"), documents must first contain references of A. Of the documents containing A, only those without references of B will qualify.

With "and" or "or" the order of the statements will not affect the outcome of the search. When using "and not", the results of the search depend on the order of the statements. Compound search statements (those with more than one logic condition) can also be read several ways.

Search statements are normally read from left to right. Simple statements such as the example "A or B" will not be misinterpreted. When additional logic conditions are added, the order and groupings of the statements may be defined with parentheses.

Parentheses:

Parentheses can be used to affect the order in which the statement is read. The examples below show how the placement of the parentheses can change the intent of the statement:


 1 ==> (A or B) and C:

This statement reads: Display all documents containing references of either A or B that also contain references of C.


 2 ==> A or (B and C):

This statement is the same as the one above. Only the placement of the parentheses is changed. The statement reads: Display documents with either references of both B and C or the documents with references of A.

If additional parentheses are used, the statement contained in the deepest set of parentheses is resolved first. For example in "D and (B or (A and C))", "A and C" is resolved first, despite its rightmost position in the statement.

If you wish to use the words "or", "and" or "and not" in a search statement but not as a logical condition, enter the word(s) in single quotes. The example below, the logic condition "and" is entered in single quotes between two search words:


 3 ==> America 'and' apple pie

This statement will locate references of "America and apple pie" as a continuous phrase. The word "and" will not be interpreted as a text operator but as a required part of the search statement.

Logic conditions can be combined with any kind of search words or search phrases to create a search statement as broad or specific as you desire.

Proximity Operators:

You can use proximity operators to specify a distance between two or more search words. A proximity operator must have a search word or phrase on either side of it.

ss - indicates the search words must be within the same sentence.

sp - indicates the search words must be within the same paragraph.


 1 ==> salvage sp maritime accidents

This statement will locate the word "salvage" within the same paragraph of the phrase "maritime accidents".


 2 ==> alcohol ss treatment

This statement will locate documents containing the above words in the same sentence.