Using Quick Search
You can use Quick Search to find records and charts of interest in the Information Store by specifying terms that they might contain. After you receive the first set of results, you can refine them to find the information that you are most interested in.
About this task
- Matching behavior
- By adding special characters to your search term, you can control the level of specificity:
" " To search for an exact word or phrase, enclose it in double quotation marks. For example, "John Doe" matches the phrase John Doe but not the word John. " "~integer To search for terms that are within a specified distance from each other, enclose two or more terms in double quotation marks followed by tilde (~) and an integer value. The integer specifies the distance limit, where the distance is the number of words that can be between each pair of terms. For example, "John Doe"~1 matches John James Doe but not John James Simon Doe. To match terms in a different order, changing the order of the terms counts as a distance of 2 towards the total distance value. For example, "Doe John"~1 does not match John James Doe, but "Doe John"~3 does.
To return a match, each word in the search term must be within the specified distance of any adjacent words in the search term.
? Matches a single unknown character. For example, J?n matches Jan and Jon but not Jean. * Matches zero or more unknown characters. For example, J*n matches Jn, Jan, Jon, and Jean. - Logical operators
-
By default, when you search for multiple words, the results must match all the words that you enter. For example, John Doe (no double quotation marks) searches for items that contain words like John and words like Doe. You can change the search behavior and build more complicated searches by using the following logical operators:
AND Searches for records that contain all words or phrases. For example, Offense AND "John Doe" searches for records that contain words like Offense and also contain the exact phrase John Doe. OR Searches for records that contain at least one word or phrase. For example, Offense OR "John Doe" searches for records that contain words like Offense, or the exact phrase John Doe, or both. NOT Searches for records that do not contain the word or phrase. For example, Offense NOT "John Doe" searches for records that contain words like Offense but do not contain the exact phrase John Doe. - Search scope
- You can use the Advanced option to specify where term matches are found.
Procedure
What to do next
When the search results are displayed, you can copy one or more of the records that they represent to your chart or you can open a chart that has been saved in the store.