[Help] [Home] [Boolean Search] [Manual Search] [Number Search] [Order Copy] [PTDLs]

Help on the Manual Search Page

This page contains information on how to use the Manual Search Page. If, after reading this page, you have any unanswered questions, please read the FAQ.

* * *

The Manual Search Page allows you to make a  query of the US Published Application Full Text Database using command line search syntax. There are 3 steps to submit a query using the Manual Search Page:

  1. Select a year or range of years to search from the Select years to search drop-down menu.
  2. Type your search statement into the Text Entry box marked Query.
  3. Hit the Search button.

Some things to Note:

The Manual Search Page provides the greatest flexibility for complex searches of the Published Application database.
These features include:


Nested Boolean Expressions

You can use the Manual Search Page to create and execute Boolean searches with more than two search terms that use the Boolean operators (OR, AND, ANDNOT). Along with these operators, you can use parentheses to further clarify your search statement.  In the absence of parentheses, all operators associate from left to right.

Example 1

tennis AND (racquet OR racket)

If you enter this query, you will retrieve a list of all applications which contain both the terms tennis and either racket or racquet somewhere in the document.

Example 2

television OR (cathode AND tube)

This query would return applications containing either the word television OR both the words cathode AND tube.

Example 3

needle ANDNOT ((record AND player) OR sewing)

This complex query generates a list of hits that contain the word needle, but does not contain any references to sewing. In addition, none of the hits would contain the combination of record AND player.

[Back to Top]


Field Searching

The Manual Search Page allows you to search individual fields found within documents. You can find a list of all indexed fields in the table on the bottom of the page. The full names for each field are given on the right of the column and the corresponding field code is listed on the left.

To narrow your search to hits occurring within a single field, precede your search term with the field code, followed by a forward slash (/). If you do not select a specific field, the text of the entire document will be searched. If you need help with field searching, see the Field Searching Help Page.

Example 1

IN/Dobbs

This will search for the word Dobbs within the Inventors Name field of the database. Occurrences of the search term anywhere else on the front page will be ignored.

Example 2

CCL/270/31

This query searches for the Class/Subclass 270/31, and will return a list of all applications assigned to that class.

Example 3

AN/MCNC AND TTL/solder

As this example demonstrates, you can mix field searching with Boolean searching. This query would retrieve a list of hits which contain MCNC in the Assignee Name field, and the word solder in the Published Application Title.

Note that field names are associative. Using the search statement ttl/(nasal or nose) is the same as ttl/nasal or ttl/nose

[Back to Top]


Phrase Searching

A group of words enclosed in quotation marks (") will be treated as a single search term. This allows you to search for a multi-word phrase rather than specifying each word as a separate term. 

Note that you cannot truncate within a phrase that is enclosed in quotation marks.  

Example 1

"bowling balls"

Searching on this phrase would return a list of all the documents which have the phrase bowling balls anywhere within the indexed text.

Example 2

AN/"General Motors"

This query would find all occurrences of the phrase general motors within the Assignee Name field.

[Back to Top]


Date Range Searching

You can specify a range of dates you are interested in searching, rather than having to specify a certain day or month to narrow your search. This feature is only available in date fields, such as  Publication Date and Application Date. This is done by using the -> operator between two dates.

Example

PD/11/1/2001->5/12/2002

This query would return all applications in the data base which were published any day on or after Nov. 1, 2001, and before or on May. 12, 2002. If your range covers all of the applications published in a particular year, you will get faster results by selecting just that year instead of searching all of the dates in that year as a range.

Note:  The selected years must match the range of years you are searching.

Both dates in your query must be properly formatted for your search to work. See the help entries on Publication Date and Application Date for details.

[Back to Top]


Right Truncation

The Manual Search Page supports right truncation in queries. This allows you to use a wildcard on the right side of a search term, to retrieve words that begin with a certain string. If you are searching in a specific field, the string must be at least 3 characters in length. If you are not searching in a specific field, the string must be at least 4 characters in length. You cannot truncate within a phrase that is enclosed in quotation marks, for example searching AN/"general mot$" will result in an error.

 

Example

elec$

This query  would return a large number of hits, since it would retrieve applications that contain the words electricity, electric, electronic, etc. To reduce the number of hits retrieved, you may want to truncate on a longer string. For example, if you are only interested in applications dealing with electronics, you might truncate as follows: electron$ to eliminate electricity, etc.

Be aware that the default search will search every word in every application in the year(s) you specify.  This can result in very large numbers of hits.  It may be preferable to begin by limiting your search to the title or abstract fields.


Stopwords

Stopwords are terms that appear so frequently in application text that they lose their usefulness as search terms. Although they are not indexed as search terms, they will be displayed in your search results.

* * *