[Help][Boolean Search][Advanced Search][Number Search][Order Copy][PTDLs]

Help on the Advanced Search Page

  This page contains information on how to use the Advanced Search Page. If, after reading this page, you have an unanswered question, please read the FAQ. If your question isn't answered there, please mail the help desk.

* * *

The Advanced Search page allows you to make a case-insensitive query of the patent database using a command-line style search syntax. There are 4 steps to using the advanced search page:

  1. Select which database to search from the Select Database list.
    Clicking the 'All' radio button will search all our database at once and clicking the 'Specify' button will allow you to pick a year or range of years to search from the menu beside it.
  2. Type your query into the TextEntry box marked Query:
  3. Choose how you want the results ranked by selecting either the Chronologically or the By Relevance Radio button.
  4. Hit the Search button.

Some things to Note:

The Advanced Search page provides the greatest flexibility for complex searches of the Patent databases.
These features include:


Complex Boolean Expressions

You can use the Advanced Search page to create and execute complex boolean queries using an infix notation. In plain English, you can generate queries that use the boolean operators (OR, AND, ANDNOT, XOR) to specify your search in interesting ways. Along with these operators, you can use parentheses to remove ambiguity from your expressions.

Example 1

whoopee AND cushion

If you entered this query, you'll receive back a list of all patents which contain both the terms whoopee and cushion somewhere on the indexed page.

Example 2

television OR (cathode AND tube)

This query would return patents which contained either the word television OR contained 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 don't contain any references to sewing. None of the hits would contain the combination of record AND player, either.

Example 4

cat XOR dog

This query would generate a list of hits that contain either cat or dog but not both.

In general, boolean searches are fairly straight-forward. In the absence of parentheses, all operators associate from left to right, as you might expect.

[Back to Top]


Field Searching

The Advanced Query page allows you to search within the individual fields found within the patents. You can find a list of all indexed fields in the table on the bottom of the page. On the right of each column, all the full names for each of the fields are given; on the left is listed the field code for for each field.

To narrow your search to hits occurring within a single field, prefix the word you are searching for with the abbreviated field name, followed by a forward slash (/). If you do not specify a specific field to search within, the entire front page will be searched for your search term. If you need help with fielded searching, see the Fielded Searching help page.

Example 1

IN/Dobbs

This will search for the word Dobbs within the Inventors Name field of the Patents 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 combination 270/31, and will return a list of all patents which match that class.

Example 3

AN/MCNC AND TTL/solder

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

Note that field names are not associative. That is, ttl/(nasal or nose) does not mean 'patents which have nose or nasal in the title'. ttl/nasal or ttl/nose is the correct phrasing.

[Back to Top]


Phrase Searching

If you surround a group of words with quotation marks ("), everything surrounded by those "s 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.

Example 1

"bowling balls"

Searching on this phrase would return a list of all the patents 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 in, rather than having to specify a certain day or month to narrow your search. This feature is only available in date fields, such as
Issue Date and Application Date. This is done by using the -> operator between two dates.

Example

ISD/11/1/1985->5/12/1986

This query would return all patents in the database which were issued any day on or after Nov. 1, 1985 and before or on May. 12, 1986. If your range is just all the patents issued in a particular year, you will get fater results just by selecting that year as the database to search instead of specifying all the dates in that year as a range.

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

[Back to Top]


Right Truncation

The Advanced Search page supports right truncation in queries. This allows you to use a wildcard on the right side of a search term, to match words that start with a certain string.

Example 1

elec*

A query like this would return tons of possible hits, as it would match patents with words like, electricity, electric, electronic, etc.

Example 2

AN/"general mot*" OR AN/Ford OR AN/Chrysler

This query would return a list of all patents which contained Ford or Chrysler in the Assignee Name field, or which had a phrase beginning with General Mot there.

[Back to Top]


Result Ranking

You can select among two different ways to rank results, using the toggle switches in the lower left hand corner. The default ranking in chronological order. This will put newest patents (those with the highest numbers) first.

Relevance ranked searches return a list of results in the order of most relevant to least relevant. A complex information science algorithm is used to determine which documents most closely match your submitted query and ranks these above documents which have a lower relevance score.

[Back to Top]


Search Statistics

Detailed information about your results are available by clicking on the 'Search Summary' link at the top of each search results page. This will show how many times each of your terms occured in how many documents, and the intermediate results of applying all of your specified boolean operators. Also, the total time required to conduct the search is listed. This information should assist you in refining your search.

[Back to Top]

* * *

Questions or Comments about the Patent Search Pages?
Mail them to www@ptodata.com