Search method in a used car search support system
Summary by NHIP
Two-Stage Used Car Search Method
The method searches a database for vehicles matching initial conditions, then delivers hit counts per price range before filtering by user-selected prices. It skips range division and outputs all matching data if the total count exceeds a predetermined number, otherwise providing results for the designated range.
Claim Score by NHIP
Abstract
A search method in a used car search support system in which when search conditions are inputted from a client, a server delivers the hit number for each price range to the client and when a user designates a desired price range via the client, the server sends the used car information of the designated price range to the client.

Term
Term ended
Expired 25 September 2021, 5 years ago.
- Priority
- Filed
- Granted
- Expired
- Today
2 claims: 1 independent, 1 dependent
- 1Broadest claimClaim Score 37, narrow(NHIP)A search method in a used car search support system that includes a database storing used car information, receives search conditions from an external device, and provides the external device with used car information satisfying the search conditions, the search method in which the used car search support system executes steps of:searching firstly for price information in the used car information that satisfies search conditions other than prices of the search conditions;providing the external device with price range information based on search results of the first search;inputting a price condition from the external device;searching secondly in said search results of the first search with the inputted price condition;providing the external device with search results of the second search;dividing the used car information that satisfies the search conditions other than the price of the search conditions into prescribed price ranges;counting the number of data in each price range of the used car information;providing the external device with the number of data counted and a corresponding price range as the price range information;receiving information about the price range from the external device;supplying the external device with the used car information corresponding to the price range indicated by the received information about the price range wherein the number of data of the used car information satisfying the search conditions is greater than a predetermined number, the division in accordance with the prescribed price ranges is skipped, and all the data of the used car information that satisfy the search conditions are output.
74 paragraphs in 4 sections, as filed
This application is based on Patent Application No. 2000-247796 filed Aug. 17, 2000 in Japan, the content of which is incorporated hereinto by reference.
BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to a search method in a used car search support system providing used car information about salable used cars online.
2. Description of the Related Art
Conventionally, a computer system is well known that stores inventory information about used cars, allows an operator to input search conditions such as a desired price of a purchaser, and displays used car information meeting the search conditions. In such a computer system, the search for used cars is carried out by inputting a manufacturer, model, price, model year, distance traveled, and the like as the search conditions.
Although the price is an important factor for a purchaser to search for the used cars, the price (or the ratio to the price of the new model) differs greatly depending on the model. As for particular models, the prices vary sharply depending on their popularity. Generally, since a new model after the full model change brings about an image of the cars with that model, the popularity of an old model is likely to be lost when the new model is unpopular.
It is usually difficult for persons not engaging in the used car business to search for the used cars efficiently because they do not know their price levels. In addition, as for exclusive cars, since they have wide price ranges, an input price range is not necessarily an absolute condition. In such a case, valuable items for a purchaser can be missed because they are out of the price range.
Although a computer system is proposed that sets a price range for each article so that a purchaser can select the price ranges for the individual articles (Japanese patent application laid-open No. 10-149392 (1998), see FIG. <b>4</b>), setting such price ranges in advance is not so effective because of the large variations in the prices of used cars.
SUMMARY OF THE INVENTION
Therefore, an object of the present invention is to provide a search method in a used car search support system capable of searching for used car information efficiently.
According to one aspect of the present invention, there is provided a search method in a used car search support system that includes a database storing used car information, receives search conditions from an external device, and provides the external device with used car information satisfying the search conditions, the search method in which the used car search support system executes steps of: searching for price information in the used car information that satisfies search conditions other than prices of the search conditions; and providing the external device with price range information based on the search results.
Here, the price range information may be about a maximum price and a minimum price.
The search method in the used car search support system may further comprise the steps of: dividing the used car information that satisfies the search conditions other than the price of the search conditions into prescribed price ranges; counting the number of data in each price range of the used car information; providing the external device with the number of data counted and a corresponding price range as the price range information; receiving information about the price range from the external device; and supplying the external device with the used car information corresponding to the price range indicated by the received information about the price range.
When the number of data of the used car information satisfying the search conditions is greater than a predetermined number, the division in accordance with the predetermined price ranges may be skipped, and all the data of the used car information that satisfy the search conditions may be output.
According to the present invention, even if no external instruction is given to retrieve price related information, when the search conditions other than the price are given, the used car search support system retrieves information satisfying the search conditions from its used car information, such as a price range from a lowest to highest price, or a plurality of price ranges, and supplies the information to the external device. Thus, the user of the external device does not have to examine the used car information obtained as a result of the search, in order to change the search conditions such as the price range for the re-retrieval. Therefore, the user can carry out the retrieval of the used car information efficiently.
According to the present invention, when a sufficient amount of the used car information matching the search conditions is obtained, the re-retrieval is unnecessary. Thus, since the search results are supplied to the external device immediately, the user of the external device is released from useless search operation.
The above and other objects, features and advantages of the present invention will become more apparent from the following description of embodiments thereof taken in conjunction with the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram showing a configuration of the entire system of an embodiment in accordance with the present invention;
FIG. 2 is a block diagram showing a configuration of software of the embodiment in accordance with the present invention;
FIG. 3 is a diagram illustrating a search condition input screen on a client side;
FIG. 4 is a diagram illustrating a display example of a retrieved result on a client side;
FIG. 5 is a diagram illustrating a display example of a retrieved result on a client side;
FIG. 6 is a diagram illustrating a display example of a retrieved result on a client side;
FIG. 7 is a flowchart illustrating a processing of a server; and
FIG. 8 is a flowchart illustrating a processing of a server.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
FIG. 1 shows a configuration of the entire system in accordance with the present invention. In FIG. 1, a server <b>10</b> and clients <b>20</b> and <b>30</b> are connected to a communications network <b>40</b>. As a used car search support system in accordance with the present invention, the server <b>10</b> provides information about salable used cars. The client <b>20</b> is installed on the side of the general public who wish to purchase used cars (including juridical persons). The client <b>20</b> sends search conditions to the server <b>10</b>, receives a retrieved result from the server <b>10</b> and displays it. The client <b>20</b> and <b>30</b> are arranged on the side of those who wish to sale used cars, and send used car information to the server <b>10</b> to be recorded. As for the communications network <b>40</b>, although it is the Internet in the present embodiment, this is not essential. Other well-known communications networks can also be employed such as LAN, leased telephone circuits and the like.
Next, a software configuration of the server <b>10</b> and the clients <b>20</b> and <b>30</b> will be described with reference to FIG. <b>2</b>. In the present embodiment, the server <b>10</b> provides a home page through which it records the used car information about used cars to be sold, and retrieves the used car information about used cars to be purchased. To achieve this, the server <b>10</b> stores, in its storage like hard disks, HTML documents <b>110</b> to be displayed on a used car information entry screen or on a used car information retrieval screen.
To perform communications with the clients <b>20</b> and <b>30</b>, the server <b>10</b> has communications software called WEB server. A server <b>100</b>, which will be described later, carries out communications with a browser <b>200</b> installed in the clients <b>20</b> and <b>30</b>. A main function of the WEB server <b>100</b> is to transfer an information processing instruction sent from the browser <b>200</b> to a gateway program <b>120</b>. In addition, receiving a call instruction to read the HTML documents from the browser <b>200</b>, the WEB server <b>100</b> reads the HTML documents <b>110</b>, and transmits them to the clients <b>20</b> and <b>30</b>.
The gateway program <b>120</b> is one of well-known information processing programs such as CGI and SSI, and executes the information processing instruction requested from the browser <b>200</b>. The information processing includes the following.
(1) The four basic operations of arithmetic and logic operations.
(2) Read/write and retrieval of information from or to a database (DB) <b>130</b>.
Here, the SSI program can change the contents of the HTML documents.
The database <b>130</b> stores the used car information sent from the client <b>30</b>, and personal information about companies and persons possessing the used car information.
The browser mounted on the clients <b>20</b> and <b>30</b> is a well known program that analyzes the HTML documents, and displays the information defined in the HTML documents in a prescribed format. Besides, the browser executes the information processing specified by the HTML documents.
Typical information processing instructions described in the HTML documents, so-called tags, include the following functions.
(a) Displaying character strings described in the HTML documents.
(b) Requiring and displaying images on the server <b>10</b>, addresses of the images being described in the HTML documents.
(c) Instructing the content of the information processing to the gateway program of the server <b>10</b>, such as a retrieve command.
(d) Processing such as receiving information from the server <b>10</b>, and displaying the information on the display screen in accordance with the display position specified by the HTML document.
(e) Processing for receiving the information input from the keyboard or mouse of the client <b>20</b>, and for executing the tags specified by the HTML documents. A processing in response to a button operation is well known as the processing executed in connection with the forgoing (b).
(f) Transmission of information inputted from a user or information described in the HTML documents to the server <b>10</b>.
Although the browser <b>200</b> can execute various other information processings, since they are not associated with the present invention and obvious to those skilled in the art, the detailed description thereof is omitted here.
On the basis of the foregoing, the used car information retrieval service by the server <b>10</b> will be described.
(First Retrieval Method)
FIG. 7 illustrates the processing of the server <b>10</b> for performing the retrieval using the first retrieval method. A person who wishes to obtain the used car information (called a searcher from now on) causes the browser <b>200</b> of the client <b>20</b> to display the home page (the highest layer HTML document in the HTML documents) on the server <b>10</b>. Subsequently, the searcher calls out the HTML document for inputting the search conditions with the button operation, thereby bringing about the display as shown in FIG. <b>3</b>.
In FIG. 3, the reference numeral <b>1001</b> designates a model name input block to which a model name is input from the keyboard. The reference numeral <b>1002</b> designates a price setting block; <b>1003</b> designates a year type setting block; <b>1004</b> designates a distance setting block; and <b>1005</b> designates a retrieval button. The information items in the price setting block <b>1002</b>, year type setting block <b>1003</b> and distance setting block <b>1004</b> are displayed using an information processing scheme called list-box. The list-box is a graphical user interface that displays a plurality of selection candidates, and that when one of them is selected using the mouse, generates identification information corresponding to the selected candidates. The HTML documents can also use the list-box, and has a tag for displaying the list-box. After selecting the candidates in the blocks <b>1002</b>-<b>1005</b> (shaded portions in FIG. <b>3</b>), the searcher operates the retrieval button <b>1004</b>.
In response to the operation, and in accordance with the definition of the tag of the HTML documents, the model name and the chosen candidates are transmitted to the server <b>10</b> as the search conditions of the used car information, along with the search execution instruction.
The gateway program <b>120</b> in the server <b>10</b> searches the database <b>130</b> for the used car information matching the model name in the search conditions sent from the client <b>20</b>, and retrieves the used car information corresponding to the model name (step S<b>10</b>). The result is temporarily stored in the internal memory in the server <b>10</b> as a first retrieved result.
Subsequently, the gateway program <b>120</b> examines the maximum and minimum prices in the first retrieved results temporarily stored in the internal memory by using a sorting technique (step S<b>20</b>).
Then, the gateway program <b>120</b> extracts from the first retrieved results the used car information matching the price, the year model and the distance traveled selected by the searcher (second retrieval) (step S<b>30</b>).
Finally, the gateway program <b>120</b> prepares display data (HTML documents, in this case) for displaying the minimum price, maximum price and second retrieved result, and transmits the display data to the client <b>20</b> (step S<b>40</b>→S<b>50</b>).
Receiving the HTML documents, the client <b>20</b> displays them as shown in FIG. <b>4</b>.
When the searcher specifies one of the rows on the display screen in FIG. 4 with the mouse, the used car information in the selected row is transmitted from the server <b>10</b> to the client <b>20</b> (step S<b>60</b>→S<b>70</b>). The screen of FIG. 4 displays in a table style the maximum and minimum prices in the used car information satisfying the search conditions, along with the data about the predetermined items in the used car information in the form of a table.
On the other hand, when the searcher operates an end button not shown, the procedure as shown in FIG. 7 is terminated, and the processing defined by the HTML documents such as returning to the top page is executed (step S<b>60</b>→end).
(Second Retrieval Method)
In the second retrieval method, the searcher also inputs the search conditions using the search condition input screen as shown in FIG. <b>3</b>. However, the retrieval processing the server <b>10</b> carries out differs from that of the first retrieval method. FIG. 8 illustrates the processing of the second retrieval method. The gateway program <b>120</b> of the server <b>10</b> carries out the first extraction of the used car information satisfying the search conditions given on the search condition input screen of FIG. 3 from the database <b>130</b>. In the course of this, the number of data of the extracted used car information is counted (step S<b>100</b>).
Subsequently, the maximum price and minimum price in the first extracted used car information is detected (step S<b>110</b>).
Afterward, the first extracted used car information is divided in accordance with the price in the used car information at every predetermined price step, say at every one hundred thousand yen. In the present embodiment, the used car information is divided into the ranges of 500 thousand to 600 thousand, 600 thousand to 700 thousand, etc., and is stored in the internal memory. In this case, a plurality of price ranges are set at every one hundred thousand between the minimum price and the maximum price detected above, and the information memory areas of the internal memory are set in accordance with the price ranges. Then, the price range is decided to which the price of each item of the first extracted used car information belongs, so that the item of the used car information is copied in the information memory area corresponding to the price range in the internal memory. In this case, the number of data of the used car information in each price range is counted. After the entire first extracted used car information is divided in accordance with the price range, the number of data in each price range is counted (step S<b>120</b>).
In the present embodiment, the display format of the retrieved result varies depending on whether the number of the first extracted results is greater than a predetermined number or not.
When the number of the first retrieved results is greater than the predetermined number, they are displayed as shown in FIG. 4 in the same manner as the first retrieval method.
On the other hand, when the number of the retrieved results is less than the predetermined number, they are displayed as shown in FIG. <b>5</b>. In FIG. 5, the number of the data of the extracted used car information is displayed as the first retrieved results. The display screen of FIG. 5 will briefly be described. The reference numeral <b>1101</b> designates a button for instructing to display the detail of the used car information. When the user operates the button <b>1101</b>, all the first extracted results retrieved by the server are displayed.
The reference numeral <b>1102</b> designates a button for instructing to carry out re-retrieval. When the user operates the re-retrieval button <b>1102</b>, the third retrieval is carried out on the basis of the second extracted results in accordance with the search conditions instructed by the list <b>1103</b> (step S<b>130</b>→S<b>150</b>).
The reference numeral <b>1103</b> designates a graphical user interface called a list-box for selecting a price range. The list-box <b>1103</b> displays a plurality of price ranges so that the user can specify a desired price range in terms of maximum and minimum prices with the mouse. In the example of FIG. 5, the price range from 600 thousand yen to one million and 300 yen is designated as the search condition.
The user operates the button <b>1101</b> to display all the first retrieved results of the used car information, or instructs to perform the re-retrieval with the button <b>1102</b> after designating the search condition in the list-box <b>1103</b>.
The gateway program <b>120</b> of the server <b>10</b> executes the information processing instructed on the screen of FIG. 4 or <b>5</b>, and sends the information processing results back to the client <b>20</b>. The client <b>20</b> displays the information processing results transmitted from the server <b>10</b>, that is, the first retrieved results or third retrieved results (step S<b>160</b>).
(Third Retrieval Method)
In the third retrieval method, the client <b>20</b> also inputs the search conditions from the search condition input screen of FIG. <b>3</b>. In addition to the first retrieval method (see, FIG. <b>7</b>), the server <b>10</b> detects the number of the data in each price range at step S<b>30</b>. Specifically, in the processing at step S<b>10</b>-S<b>20</b>, the used car information satisfying the search conditions is extracted, and the pieces of the used car information are divided into the price ranges at every 100 thousand step to be stored. In parallel with this, the number of data in each price range of the used car information is counted. Such second retrieved results are sent to the client <b>20</b>, and are displayed as shown in FIG. <b>6</b>. In the screen of FIG. 6, there are provided the button <b>1101</b> for displaying the first retrieved results, the re-retrieval button <b>1102</b>, and the list-box <b>1104</b> that displays the first retrieved results, so that the user can set the price range for the re-retrieval in the list-box with the mouse.
The HTML documents for displaying the used car information retrieved by the retrieval method on the screen as shown in FIGS. 4-6 are transmitted from the server <b>10</b> to the client <b>20</b> under the control of the gateway program <b>120</b>.
To display the retrieved results, one of the following two methods can be employed. As for the first method, the server <b>10</b> transmits to the client <b>20</b> the HTML documents specifying the format of the character strings and that of the table (the numbers of rows and columns) to be displayed, along with the retrieved results to be displayed in the table. Using the HTML documents and the retrieved results, the browser of the client <b>20</b> generates the image by combining them.
As for the second method, the server <b>10</b> embeds into the retrieved results the HTML documents specifying the format of the character strings and that of the table (the numbers of rows and columns) to be displayed, and transmits the HTML documents to the client <b>20</b>. A creator of the home page can determine the method to be adopted.
The following variations can be implemented in addition to the foregoing embodiment.
1) Although the server <b>10</b> provides the client <b>20</b> with the used car information service via the communications network in the foregoing embodiment, an integrated computer system can be constructed in which the server <b>10</b> has the functions of the client <b>20</b>.
Furthermore, instead of transforming the information online through the communications network, the information can be carried offline using a floppy disk or CD-ROM.
2) Although the information is transferred via the HTML documents in the foregoing embodiment, it can be transferred in the form of other markup language documents like XML documents, script and objects using program languages.
The present invention has been described in detail with respect to preferred embodiments, and it will now be apparent from the foregoing to those skilled in the art that changes and modifications may be made without departing from the invention in its broader aspect, and it is the intention, therefore, in the apparent claims to cover all such changes and modifications as fall within the true spirit of the invention.
Contents4
9 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9
Every citation, both waysCites: the store holds 15 of 16
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US10740404B1 | Cited by | United States of America | Applicant |
| US12118606B1 | Cited by | United States of America | Applicant |
| US11886519B1 | Cited by | United States of America | Applicant |
| US12019689B1 | Cited by | United States of America | Applicant |
| US11210351B1 | Cited by | United States of America | Applicant |
| US2003171999A1 | Cited by | United States of America | Pre-grant |
| US11157835B1 | Cited by | United States of America | Applicant |
| US11532030B1 | Cited by | United States of America | Applicant |
| US10565181B1 | Cited by | United States of America | Applicant |
| US11640433B1 | Cited by | United States of America | Applicant |
| US11210276B1 | Cited by | United States of America | Applicant |
| US11481827B1 | Cited by | United States of America | Applicant |
| US10409867B1 | Cited by | United States of America | Applicant |
| US11366860B1 | Cited by | United States of America | Applicant |
| US9477978B1 | Cited by | United States of America | Applicant |
| US2008046383A1 | Cited by | United States of America | Pre-grant |
| US2008234032A1 | Cited by | United States of America | Pre-grant |
| US2008195435A1 | Cited by | United States of America | Pre-grant |
| US9147217B1 | Cited by | United States of America | Applicant |
| US11790269B1 | Cited by | United States of America | Applicant |
| US10380654B2 | Cited by | United States of America | Applicant |
| US11836785B1 | Cited by | United States of America | Applicant |
| US12020294B2 | Cited by | United States of America | Applicant |
| US11587163B1 | Cited by | United States of America | Applicant |
| US9020837B1 | Cited by | United States of America | Applicant |
| US7184974B2 | Cited by | United States of America | Search report |
| US10977727B1 | Cited by | United States of America | Applicant |
| US2005010503A1 | Cited by | United States of America | Pre-grant |
| US10580054B2 | Cited by | United States of America | Applicant |
| US8392334B2 | Cited by | United States of America | Applicant |
| US12056765B1 | Cited by | United States of America | Applicant |
| US11301922B2 | Cited by | United States of America | Applicant |
| US2004044561A1 | Cited by | United States of America | Pre-grant |
| US12073448B1 | Cited by | United States of America | Applicant |
| US11176608B1 | Cited by | United States of America | Applicant |
| US8005759B2 | Cited by | United States of America | Applicant |
| US11257126B2 | Cited by | United States of America | Applicant |
| US2009171737A1 | Cited by | United States of America | Pre-grant |
| EP0008571A1 | Cites | European Patent Office (EPO) | Applicant |
| CA2288745A1 | Cites | Canada | Applicant |
| US4992940A | Cites | United States of America | Search report |
| US5774873A | Cites | United States of America | Search report |
| US5978776A | Cites | United States of America | Search report |
| US6041310A | Cites | United States of America | Applicant |
| US6286002B1 | Cites | United States of America | Search report |
| US6385602B1 | Cites | United States of America | Search report |
| JPH05307571A | Cites | Japan | Applicant |
| JPH06223117A | Cites | Japan | Applicant |
| JPH0778099A | Cites | Japan | Applicant |
| JPH10149392A | Cites | Japan | Applicant |
| JPH1031684A | Cites | Japan | Applicant |
| JPH11161659A | Cites | Japan | Applicant |
| JPH1125164A | Cites | Japan | Applicant |
| Jan. 31, 2003 Japanese Offical Action re: Japanese Patent Application No. 2000-247796, and translation. | Non-patent | – | Applicant |
| Internet Search Results re: searching cars and secondhand cars of each marker with color, production year and attachment queries (pp. 176-179), and English abstract. | Non-patent | – | Applicant |
| J.C. Shafer & R. Agrawal, "Continuous querying in database-centric Web spplications", Computer Networks 33 (2000) 519-531. | Non-patent | – | Applicant |
10 members in 5 offices
Priority claims4
| Document | Office | Kind | Date |
|---|---|---|---|
| 2000247796 | Japan | A | |
| 2000247796 | Japan | A | |
| 2000247796 | – | – | – |
| JP20000247796 | – | – | – |
Members10
| Document | Office | Kind | |
|---|---|---|---|
| CA2342394A1 | Canada | A1 | |
| US2002023076A1 | United States of America | A1 | |
| KR20020014655A | Republic of Korea | A | |
| EP1182598A2 | European Patent Office (EPO) | A2 | |
| JP2002063180A | Japan | A | |
| EP1182598A3 | European Patent Office (EPO) | A3 | |
| US6772145B2This record | United States of America | B2 | |
| KR100462333B1 | Republic of Korea | B1 | |
| EP1675059A2 | European Patent Office (EPO) | A2 | |
| EP1675059A3 | European Patent Office (EPO) | A3 |
68 transactions on the USPTO file
Allowed after 1 non-final rejection, 1 final rejection and 1 RCE.
- Non-final rejections
- 1
- Final rejections
- 1
- RCEs
- 1
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | |
|---|---|
| Expire Patent | |
| Post Issue Communication - Certificate of Correction | |
| Mail-Record a Petition Decision of Granted to Issue Patent in Name of the Assignee | |
| File Marked Found | |
| File Marked Lost | |
| Petition Entered | |
| Workflow incoming petition IFW | |
| Correspondence Address Change | |
| Recordation of Patent Grant Mailed | |
| Patent Issue Date Used in PTA CalculationAllowed | |
| Issue Notification MailedAllowed | |
| Receipt into Pubs | |
| Dispatch to FDC | |
| Application Is Considered Ready for Issue | |
| Issue Fee Payment Verified | |
| Workflow - Drawings Finished | |
| Workflow - Drawings Matched with File at Contractor | |
| Issue Fee Payment Received | |
| Receipt into Pubs | |
| Mail Response to 312 Amendment (PTO-271) | |
| Response to Amendment under Rule 312 | |
| Receipt into Pubs | |
| Amendment after Notice of Allowance (Rule 312)Allowed | |
| Workflow incoming amendment IFW | |
| Mail Examiner's Amendment | |
| Mail Examiner's Amendment | |
| Examiner's Amendment Communication | |
| Examiner's Amendment Communication | |
| Receipt into Pubs | |
| Workflow - File Sent to Contractor | |
| Receipt into Pubs | |
| Dispatch to Publications | |
| Mail Notice of AllowanceAllowed | |
| Notice of Allowance Data Verification CompletedAllowed | |
| Date Forwarded to Examiner | |
| Date Forwarded to Examiner | |
| Disposal for a RCE / CPA / R129 | |
| Information Disclosure Statement (IDS) Filed | |
| Information Disclosure Statement (IDS) Filed | |
| Request for Continued Examination (RCE) | |
| Request for Extension of Time - Granted | |
| Workflow - Request for RCE - Begin | |
| Mail Advisory Action (PTOL - 303) | |
| Advisory Action (PTOL-303) | |
| Date Forwarded to Examiner | |
| Information Disclosure Statement (IDS) Filed | |
| Information Disclosure Statement (IDS) Filed | |
| Response after Final Action | |
| Case Docketed to Examiner in GAU | |
| Mail Final Rejection (PTOL - 326)Final rejection | |
| Final RejectionFinal rejection | |
| Date Forwarded to Examiner | |
| Response after Non-Final Action | |
| Information Disclosure Statement (IDS) Filed | |
| Information Disclosure Statement (IDS) Filed | |
| Mail Non-Final RejectionNon-final rejection | |
| Non-Final RejectionNon-final rejection | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Application Dispatched from OIPE | |
| Correspondence Address Change | |
| Request for Foreign Priority (Priority Papers May Be Included) | |
| IFW Scan & PACR Auto Security Review | |
| Information Disclosure Statement (IDS) Filed | |
| Information Disclosure Statement (IDS) Filed | |
| Initial Exam Team nn |
8 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Lapsed due to failure to pay maintenance feeLapsedFP | FP | |
| Information on status: patent discontinuationPATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362STCH | STCH | |
| Lapse for failure to pay maintenance feesLapsedLAPS | LAPS | |
| Maintenance fee reminder mailedREMI | REMI | |
| Maintenance fee reminder mailedREMI | REMI | |
| Fee paymentFPAY | FPAY | |
| Certificate of correctionCC | CC | |
| AssignmentAS | AS |
Numbers
- Publication, DOCDB
- 6772145
- Publication, EPODOC
- US6772145
- Application
- 9823352
- Application, DOCDB
- 82335201
- Application, EPODOC
- US20010823352
Titles
- English
- Search method in a used car search support system
Patent term adjustment
- A delay
- +323 daysthe office missed an examination deadline
- Applicant delay
- −144 days
- Net adjustment
- 179 days
Classification
- CPC, 3
- G06Q30/00
- G06F16/954
- Y10S707/99933
- IPC, 4
- G06Q50 10
- G06F17 30
- G06Q30 00
- G06Q50 00
- USPC, 4
- 001001000
- 707999003
- 707999010
- 707E17111