Search the Wisconsin Medicaid Family Care Guide

Use the form below to search for documents in this web containing specific words or combinations of words. The text search engine will display a weighted list of matching documents, with better matches shown first. Each list item is a link to a matching document; if the document has a title it will be shown, otherwise only the document's file name is displayed. Below is a brief explanation of the query language, along with examples.

Query Language

The text search engine allows queries to be formed from arbitrary Boolean expressions containing the keywords AND, OR, and NOT, and grouped with parentheses. For example:

evaluation  surgery
finds documents containing 'evaluation' or 'surgery.'

evaluation OR surgery
same as above.

evaluation AND surgery
finds documents containing both 'evaluation' and 'surgery.'

evaluation NOT surgery
finds documents containing 'evaluation' but not 'surgery.'

(evaluation NOT surgery) AND management
finds documents containing evaluation' plus 'management,' but not 'surgery.'

eval*
finds documents in a wild card search that starts with 'eval,' (i.e., evaluate, evaluation, evaluations).

Back to the top