The Search function allows for targeted queries. To perform a search:
Type of Search | Description | Example | Outcome |
---|---|---|---|
Single term |
The results must contain the term anywhere in the document content. |
lighting | Finds that term anywhere it appears in the document. |
Multiple terms | The results must contain all the terms anywhere in the document context (the search operator AND is assumed). | emergency lighting OR emergency AND lighting |
Finds documents that contain both terms in the document. |
Any of these terms | The result must contain at least one of these terms. | emergency OR lighting | Find all documents that include either word. |
Phrase search | The results must contain all terms inside the double quotes in the exact order anywhere in the document content. | "emergency lighting" | Finds these terms appearing together in this specific order. |
Wildcard (?) |
The results must contain terms that match the wildcard pattern. This pattern is for a one-character match. |
wel?
|
Finds documents that contain "weld", "well", or "welt". |
Wildcard (*) | The results must contain terms that match the wildcard pattern. This pattern is for a multiple-character match. | emerg* | Finds documents that contain "emergency", "emergencies", "emerge", "emerging", etc. |
You will find a link for helpful search tips in the Basic and Advanced search windows. When you select the Search Tips link, the pop-up window contains an additional link for more detailed information.
The search tips documents that are accessible from the Search Tips links provide additional information about Basic Search and Advanced Search, as applicable. You should refer to these documents when composing searches.
The three entry fields for your search terms are :
The three search filters for your search are :
There are several other reasons why you would use Advanced Search instead of Basic Search.
By using Advanced Search, you can search in a specific part of the document – for example, you can look for a document number or for documents relevant to a certain 14 CFR part.
A fielded search is a search within one specific field (A component of a document (also called metadata or document information) in the DRS database.) of a database. A default search in DRS automatically searches all fields of a document. However, DRS allows you to also use fielded searches to direct your search within a specific field (document title, document text, document number, 14 CFR part, 14 CFR sub-part, or 14 CFR section)
Fielded searches allow you to identify where exactly you want your search terms to be found. They work like a Search In selector but allow finer control.
Type of Search | Description | Example |
---|---|---|
Document title, subject, or subject heading | The results must contain the term or terms anywhere in the document's title, subject, or subject heading. | A search for title, weather or title: weather minimums finds those terms when they appear in the document's title, subject, or subject heading. |
Document text | The results must contain the term or terms in the document text. | A search for text: emergency lighting finds documents that contain either of the text of the document. |
Document number | The results must contain the term anywhere in the document number field. |
A search for docnum_text: 145 finds documents with "145" in the document number field. A search for docnum_text:"AC 00-1" finds that document number. |
14 CFR Part | The results must contain the specific part number in the 14 CFR Part field. | A search for cfrPartNumber:25 finds results with "part 25" in the 14 CFR Part field. |
Recall that fielded searches work like the Search In selector. Where the Search In selector is available, you would not use a fielded search.
For example, if you are searching for the phrase “emergency lighting” in an Advanced Search, you could type the fielded search term text:"emergency lighting" in the All of these words search window. Or you could type "emergency lighting" and select Document Text from the Search In drop-down menu. You would not do both.
It is possible to combine a phrase search with a fielded search for CFR part number. For example, to locate documents related to facilities requirements for part 135 operators, you could enter either:"facilities requirements" cfrPartNumber:135cfrPartNumber:135 "facilities requirements"
Using a phrase search with double quotes around the entire phrase, “Part 135 facilities requirements,” specifies that all the words must appear together in that exact order somewhere within the document. This may not produce the results that you want.
It is also possible to conduct the search without double quotes around Part 135 facilities requirements. Your results would include all documents that contain these words together or individually, and not necessarily in the order specified.