US20180300378A1 - Search-on-the-fly/sort-on-the-fly search engine for searching databases - Google Patents
Search-on-the-fly/sort-on-the-fly search engine for searching databases Download PDFInfo
- Publication number
- US20180300378A1 US20180300378A1 US16/010,491 US201816010491A US2018300378A1 US 20180300378 A1 US20180300378 A1 US 20180300378A1 US 201816010491 A US201816010491 A US 201816010491A US 2018300378 A1 US2018300378 A1 US 2018300378A1
- Authority
- US
- United States
- Prior art keywords
- data
- database
- search
- fly
- query
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/248—Presentation of query results
-
- G06F17/30554—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/242—Query formulation
- G06F16/2428—Query predicate definition using graphical user interfaces, including menus and forms
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24537—Query rewriting; Transformation of operators
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2457—Query processing with adaptation to user needs
- G06F16/24575—Query processing with adaptation to user needs using context
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9535—Search customisation based on user profiles and personalisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9538—Presentation of query results
-
- G06F17/30345—
-
- G06F17/30398—
-
- G06F17/30454—
-
- G06F17/30477—
-
- G06F17/30528—
-
- G06F17/30867—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0481—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
- G06F3/04817—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
Definitions
- the technical filed is information management systems, interfaces, and mechanisms, and methods for searching one or more databases.
- a database is a collection of data.
- Various architectures have been devised to organize data in a computerized database.
- a computerized database includes data stored in mass storage devices, such as tape drives, magnetic hard disk drives and optical drives.
- Three main database architectures are termed hierarchical, network and relational.
- a hierarchical database assigns different data types to different levels of the hierarchy. Links between data items on one level and data items on a different level are simple and direct. However, a single data item can appear multiple times in a hierarchical database and this creates data redundancy.
- a network database stores data in nodes having direct access to any other node in the database. There is no need to duplicate data since all nodes are universally accessible.
- relational database In a relational database, the basic unit of data is a relation.
- a relation corresponds to a table having rows, with each row called a tuple, and columns, with each column called an attribute. From a practical standpoint, rows represent records of related data and columns identify individual data elements. The order in which the rows and columns appear in a table has no significance. In a relational database, one can add a new column to a table without having to modify older applications that access other columns in the table. Relational databases thus provide flexibility to accommodate changing needs.
- DBMS database management system
- a human user controls the DBMS by providing a sequence of commands selected from a data sublanguage.
- the syntax of data sublanguages varies widely.
- the American National Standards Institute (ANSI) and the International Organization for Standardization (ISO) have adopted Structured English Query Language (SQL) as a standard data sublanguage for relational databases.
- SQL comprises a data definition language (DDL), a data manipulation language (DML), and a data control language (DCL).
- DDL allows users to define a database, to modify its structure and to destroy it.
- the DML provides the tools to enter, modify and extract data from the database.
- the DCL provides tools to protect data from corruption and unauthorized access.
- SQL is standardized, most implementations of the ANSI standard have subtle differences. Nonetheless, the standardization of SQL has greatly increased the utility of relational databases for many applications.
- product information such as product SKU, product name, product description, price, and tax code
- product SKU, product name, description, and tax code may be stored in one table while product SKU and product price are stored in a separate table.
- a SQL query designed to retrieve a product price from a database of the first electronic commerce system is not useful for retrieving the price for the same product in the other electronic system's database because the differences in schemas require the use of different SQL queries to retrieve product price.
- developers of retail applications accessing product information from relational databases may have to adapt their SQL queries to each individual schema. This, in turn, prevents their applications from being used in environments where there are a wide variety of databases having different schemas, such as the World Wide Web.
- a further problem with conventional searches, search engines, data access and data retrieval is a tendency to return very large amounts of data, or to require the search parameters to be narrowed.
- the display may take many “pages” before all data is seen by the user. The time and expense involved in such a data review may be significant, inconvenient, not user friendly or efficient.
- a Sort-on-the-Fly/Search-on-the-Fly search engine provides an intuitive means for searching databases, allowing a user to access data in the database without having to know anything about the database structure.
- a user selects a desired search term, and a database manager searches the database for all instances of the desired term, even if a specific file or table does not contain the instance. For example, if a user wants to search the database using the name of a specific individual as a database entry point, the database manager will search the database using the desired name and will organize the search results so that all entries associated with that name are displayed.
- the database need not have a specific file (in a flat database) or a table (in a relational database) of names.
- the user may perform further on-the-fly searches to narrow or focus the search results, or for other reasons. For example, given search results for all names that include the name “Smith,” the user may then decide to search for all “Smiths” that include an association to an address in New Jersey.
- the search-on-the-fly search engine then conducts a further search using this criteria and produces a second search result. Further narrowing or broadening of the search are permitted, with the search-on-the-fly search engine returning results based on any new criteria.
- the search-on-the-fly search engine uses graphical user interfaces (GUIs) and one or more icons to make the search process as efficient as possible.
- GUIs may incorporate one or more pull down menus of available search terms.
- a subsequent pulldown menu displays choices that are available for searching. The process continues until the search engine has displayed a discrete data entry from the database.
- the pulldown menus are not pre-formatted. Instead, the pulldown menus are created “on-the-fly” as the user steps through the search process.
- the search-on-the-fly search engine is inherently intuitive and allows a user with little or no knowledge of the database contents, its organization, or a search engine search routine to execute comprehensive searches that return generally accurate results.
- the search-on-the-fly search engine also searches on key words specified by the user.
- the search-on-the-fly search engine can be used to exclude certain items.
- the search-on-the-fly search engine incorporates other advanced features such as saving search results by attaching a cookie to a user's computer, and associating icons with the search results.
- the search-on-the-fly search engine may be used with both internal and external databases.
- the search-on-the-fly search engine may be used with a company internal database and one or more databases accessible through the Internet.
- the search-on-the-fly search engine is user-friendly. With one interface, many different types of databases or database schemas may be searched or sorted.
- search-on-the-fly technique and other techniques discussed above may be used in conjunction with a method of doing business, particularly a business method that uses the Internet as a communications backbone.
- FIG. 1 is a block diagram of a system that uses a search-on-the-fly/sort-on-the-fly search engine;
- FIG. 2 is another overall block diagram of the system of FIG. 1 ;
- FIG. 3 is a detailed block diagram of the search engine used with the system of FIG. 2 ;
- FIG. 4 is an example of a search-on-the-fly using the search engine of FIG. 3 ;
- FIGS. 5-9 are detailed block diagrams of components of the search engine of FIG. 3 ;
- FIG. 10 is another example of a search-on-the-fly using the search engine of FIG. 3 ;
- FIGS. 11-15B are additional examples of a search-on-the-fly using the search engine of FIG. 3 ;
- FIGS. 16-20 are flow charts illustrating operations of the search engine of FIG. 3 ;
- FIG. 21 illustrates a further function of the search engine of FIG. 3 in which results of more than one search are combined
- FIGS. 22A-26 illustrate graphical user interfaces that may be displayed in conjunction with operation of the system of FIG. 1 .
- a sort-on-the-fly/search-on-the-fly search engine provides an intuitive means for searching various types of databases, allowing a user to access data in the database without having to know anything about the database structure.
- a user selects a desired search term, and a database manager searches the database for all instances of the desired term, even if a specific file or table does not contain the instance. For example, if a user wants to search the database using the name of a specific individual as a database entry point, the database manager will search the database using the desired name and will organize the search results so that all entries associated with that name are displayed.
- the database need not have a specific file (in a flat database) or a table (in a relational database) of names.
- the user may perform further on-the-fly searches to narrow the search results, or for other reasons.
- the search engine then conducts a further search using this criteria and produces a second search result. Further narrowing or broadening of the search is permitted, with the search engine returning results based on any new criteria.
- FIG. 1 is a block diagram of a system 10 that uses search-on-the-fly.
- a database 12 is accessed using a hardware/software interface device 100 to provide data to a user terminal 14 .
- Additional databases 13 and 15 may also be accessed by the terminal 14 using the device 100 .
- the databases 12 , 13 and 15 may use different schemas, or may use a same schema.
- the device 100 may include the search-on-the-fly search apparatus.
- the search-on-the-fly search engine may be co-located with the terminal 14 .
- the search-on-the-fly search engine may be incorporated into the structure of one or more of the databases 12 , 13 and 15 .
- the device 100 may interface with any one or more of the databases 12 , 13 and 15 using a network connection such as through the Internet, for example.
- Other communications mediums may also be used between the terminal 14 , the device 100 and any one or more of the databases 12 , 13 and 15 .
- These mediums may include the public switched telephone network (PSTN), cable television delivery networks, Integrated Services Digital Networks (ISDN), digital subscriber lines (DSL), wireless means, including microwave and radio communications networks, satellite distribution networks, and any other medium capable of carrying digital data.
- PSTN public switched telephone network
- ISDN Integrated Services Digital Networks
- DSL digital subscriber lines
- wireless means including microwave and radio communications networks, satellite distribution networks, and any other medium capable of carrying digital data.
- the system shown in FIG. 1 is but one of many possible variations.
- the search-on-the-fly search engine could also be incorporated within a single computer, such as a personal computer, a computer network with a host server and one or more user stations, an intranet, and an Internet-based system, as shown in FIG. 2 .
- the terminal 14 may be any device capable of displaying digital data including handheld devices, cellular phones, geosynchronous positioning satellite (GPS) devices, wrist-worn devices, interactive phone devices, household appliances, televisions, television set top boxes, handheld computers, and other computers.
- GPS geosynchronous positioning satellite
- FIG. 3 is a detailed block diagram of an exemplary search-on-the-fly search engine 125 .
- the search engine 125 includes a request analyzer 130 that receives search requests 114 from the terminal 14 (not shown in FIG. 3 ) and sends out updated requests 115 to a query generator 150 .
- a status control 140 receives a status update signal 116 and a request status control signal 118 and sends out a request status response 119 to the request analyzer 130 .
- the status control 140 also keeps track of search cycles, that is, the number of search iterations performed.
- the query generator 150 receives the updated requests 115 from the request analyzer 130 and sends a database access signal 151 to a database driver 170 .
- the query generator 150 receives results 153 of a search of the database 12 (not shown in FIG. 3 ) from the database driver 170 .
- the query generator 150 provides a display signal 175 to the terminal 14 .
- the database driver 170 sends a database access signal 171 to the database 12 .
- a database qualifier 160 receives information 161 from the database driver 170 and provides a list 163 of available data fields from the database 12 . As will be described later, the list of available data fields 163 may be displayed to a user at the terminal 14 and may be sorted and processed using the request analyzer 130 in conjunction with the database qualifier 160 .
- the database qualifier 160 also receives search information and other commands 131 from the request analyzer 130 .
- the search engine 125 may identify a database schema by simply using a trial and error process. Alternatively, the search engine 125 may use other techniques know in the art. Such techniques are described, for example, in U.S. Pat. No. 5,522,066, “Interface for Accessing Multiple Records Stored in Different File System Formats,” and U.S. Pat. No. 5,974,407, “Method and Apparatus for Implementing a Hierarchical Database Management System (HDBMS) Using a Relational Database Management System (RDBMS) and the Implementing Apparatus,” the disclosures of which is hereby incorporated by reference.
- HDBMS Hierarchical Database Management System
- RDBMS Relational Database Management System
- the search engine 125 provides search-on-the-fly search capabilities and more conventional search capabilities. In either case, the search engine 125 may perform a preliminary database access function to determine if the user has access to the database 12 . The search engine 125 also determines the database schema to decide if the schema is compatible with the user's data processing system. If the database schema is not compatible with the user's processing system, the search engine 125 may attempt to perform necessary translations so that the user at the terminal 14 may access and view data in the database 12 . Alternatively, the search engine 125 may provide a prompt for the user indicating incompatibility between the terminal 14 and a selected database.
- the search engine 125 may conduct a search using one or more search cycles.
- a search cycle includes receipt of a request 114 , any necessary formatting of the request 114 , and any necessary truncation steps.
- the search cycle ends when a result list 175 is provided to the terminal 14 .
- the search engine 125 may retain a status of each past and current search cycle so that the user can modify the search at a later time.
- the user may also use this feature of retaining a status of past and current search cycles to combine results of multiple searches, using, for example, a Boolean AND function, a Boolean OR function, or other logic function.
- the search-on-the-fly function of the search engine 125 begins by determining available data fields of the database 12 .
- the database 12 may have its data organized in one or more data fields, tables, or other structures, and each such data field may be identified by a data field descriptor.
- the data field descriptor includes enough text for the user at the terminal 14 to determine the general contents of the data field.
- the list of data fields may then be presented at the terminal 14 , for example, in a pull down list.
- An example of such a data field result list is shown in FIG. 4 , which is from a federal database showing data related to managed health care organizations. This database is available at http://tobaccopapers.org/dnld.htm.
- the first data field listed is “PlanType,” which is shown in result list 156 .
- Other data field descriptors show the general categories of data in the database.
- the user may select one of the data field descriptors to be searched. For example, the user could select “city.” If a number of entries, or records, in the city data field is short, a further result list of complete city names may be displayed. If the entries are too numerous to be displayed within a standard screen size, for example, the search engine 125 may, in an iterative fashion, attempt to reduce, or truncate, the result list until the result list may be displayed. In the example shown in FIG. 4 , entries in the city data field are so numerous (the database includes all U.S. cities that have a managed health care organization) that the search engine 125 has produced a result list 157 that shows only a first letter of the city.
- the user may then perform a further search-on-the-fly.
- the user may choose cities whose first initial is “N.”
- the search engine 125 then returns a result list 158 of cities whose names start with the letter “N.” Because in this instance the result list 158 is short, no further truncation is necessary to produce a manageable list.
- FIG. 5 is a more detailed block diagram of the request analyzer 130 .
- a protocol analyzer 133 receives the request 114 and provides an output 135 to a constraint collator 136 .
- the protocol analyzer 133 examines the received request 114 , determines a format of the request 114 , and performs any necessary translations to make the request format compatible with the database to be accessed. If the database to be accessed by the terminal 14 is part of a same computer system as the terminal 14 , then the protocol analyzer 133 may not be required to perform any translations or to reformat the request 114 . If the database to be accessed is not part of the same computer system as the terminal 14 , then the protocol analyzer 133 may be required to reformat the request 114 . The reformatting may be needed, for example, when a request 114 is transmitted over a network, such as the Internet, to a database coupled to the network.
- a network such as the Internet
- the constraint collator 136 provides the updated request 115 (which may be an initial request, or a subsequent request) to the query generator 150 .
- the constraint collator 136 is responsible for interpreting the request 114 .
- the constraint collator 136 performs this function by comparing the request 114 against information stored in the status control 140 .
- the constraint collator 136 sends the request status control signal 118 to the status control 140 and receives the request status response 119 .
- the constraint collator 136 compares the request status response 119 to constraint information provided with the request 114 to determine if the constraint status should be updated (e.g., because the request 114 includes a new constraint).
- the constraint collator 136 compares constraint information in a current request 114 to constraint information residing in the status control 140 , and if the current request 114 includes a new constraint, such as a new narrowing request (for example, when the user clicks, touches or points over a field shown in a last search cycle), then the constraint collator 136 adds the updated information and sends the updated request 115 to the query generator 150 . If the constraint status should be updated, the constraint collator 136 sends the status update 118 to the status control 140 . If the request 114 is a refresh request, the constraint collator 136 sends a reset command 131 to the database qualifier 160 . The updated request 115 (possibly with a new constraint) is then sent to the query analyzer 150 for further processing.
- a new constraint such as a new narrowing request (for example, when the user clicks, touches or points over a field shown in a last search cycle)
- the constraint collator 136 adds the updated
- FIG. 6 is a block diagram of the query generator 150 .
- the overall functions of the query generator 150 are to scan a database, such as the database 12 , using the database driver 170 , and to collect search results based on constraints supplied by the request analyzer 130 .
- the query generator 150 then returns the search results 175 to the terminal 14 .
- the query generator 150 includes a truncator 152 and a dispatcher 154 .
- the truncator 152 receives the updated request 115 , including a new constraint, if applicable.
- the truncator 152 creates new queries, based on new constraints, and applies the new requests 151 to the database 12 using the database driver 170 .
- Many different methods of truncating for display or viewing may be used by truncator 152 .
- the truncator 152 may include a variable limit 155 that is set, for example, according to a capacity of the terminal 14 to display the search results 175 .
- the truncator 152 adjusts a size (e.g., a number of entries or records) of the data until a displayable result list is achieved.
- a size e.g., a number of entries or records
- One method of adjusting the size is by cycling (looping). Other methods may also be used to adjust the size of the result list.
- the terminal 14 may be limited to displaying 20 lines of data (entries, records) from the database 12 . The truncator 152 will cycle until the displayed result list is at most 20 lines.
- the truncation process used by the truncator 152 assumes that if the user requests all values in a particular data field from the database 12 , and there are no other constraints provided with the request 114 , and if the size of the resulting result list is larger than some numeric parameter related to a display size of the terminal 14 , then the constraints may be modified by the truncator 152 so that the result list can accommodated (e.g., displayed on one page) by the terminal 14 . For example, instead of a full name of a city, some part of the name—the first n letters—is checked against the database 12 again, and n is reduced until the result list is small enough for the capacity of the terminal 14 .
- a fixed format is imposed such that all queries generated against a database will have preset limits corresponding to the capacity of the terminal 14 .
- the truncator 152 may adjust the field size by division or other means. For example, if the display limit has been reached, the truncator 125 may reduce the field size, X by a specified amount. In an embodiment, X may be divided by two. Alternatively, X may be multiplied by a number less than 1, such as 3 ⁇ 4, for example. Adjusting the field size allows the search engine 125 to perform more focused searches and provides more accurate search results.
- the truncator first attempts to display information without truncation. If that is not appropriate, the truncator may attempt truncation by beginning with one character (26 letters and perhaps 10 digits) and incrementing to two characters and then three, four, until a failure to display is reached.
- the user may select a limit that will cause the truncator 152 to adjust the field size. For example, the user could specify that a maximum of ten entries should be displayed.
- a terminal of a hand-held device may have a very limited display capacity.
- a personal data assistant POA—see FIG. 52
- a cellular phone see FIG. 50
- the search engine 125 may return a result list 175 of the request 114 on multiple display pages, and the user may toggle between these multiple display pages.
- the truncator 152 will produce a list of 23 entries comprising 23 alphabetical characters (no cities that begin with Q, Y or Z—see FIG. 4 ).
- the search engine 125 may then display the results on three pages.
- the truncator 152 could produce a list of letter groups into which the cities would fall, such as A-D, E-G, H-M, N-R, and R-X, for example.
- the search engine 125 may send a notice to the terminal that the request 114 cannot be accommodated on the terminal 14 and may prompt the user to add an additional constraint to the request 114 , so that a search result may be displayed at the terminal 14 .
- Adjusting the data field size also provides more convenient search results for the user. For example, if a user were to access an Internet-based database for books for sale and were to request a list of all book titles beginning with the letter “F,” a common search engine might return several hundred titles or more, displaying perhaps twenty titles (entries) at a time. The user would then have to look through each of many pages to find a desired title. This process could be very time-consuming and expensive. Furthermore, if the search results were too large, the common search engine might return a notice saying the results were too large for display and might prompt the user to select an alternative search request. However, performing the same search using the search engine 125 allows the truncator 152 to reduce the size of the information displayed to a manageable level.
- the truncator 152 will loop through the data in a data field that includes book titles starting with the letter “F” until a list is available that can fit within the display limits of the terminal 14 , or that fits within a limit set by the user, for example.
- the first list returned to the terminal 14 as a result of this request 114 may be a two-letter combination with “F” as the first letter and a second letter of a book title as the second letter.
- the first list may include the entries “Fa,” “Fe,” “Fi,” “Fo,” and “Fu,” all of which represent titles of books.
- the user could then select one of the entries “Fa,” “Fe,” “Fi,” “Fo,” and “Fu” to perform a further search, continuing the process until one or more desired titles are displayed.
- An example of a similar truncation result is shown in FIG. 14 .
- the parameter is directed to the dispatcher 154 , which retrieves the data from database 12 using the database driver 170 .
- the dispatcher 154 then directs the final, truncated search results 175 back to the terminal 14 as a response to the request 114 .
- FIG. 7 is a block diagram showing the status control 140 , which is responsible for monitoring the status of a current search. Due to the nature of the search engine 125 , the user can choose any combination of constraints, fields or keywords, including those from past and current search cycles.
- the status control 140 may keep track of all past cycles of the search, as well as all information necessary to return to any of those past search cycles.
- the status control 140 includes a status data module 142 , and an index module 144 .
- the status data module 142 contains data related to each such search cycle, including the constraint(s) entered during the search cycle, any truncation steps taken, and the results of such truncation, for example.
- the index module 144 provides access to these data.
- the constraint collator 136 sends a request status query 116 to the index module 144 .
- the status data module 142 contains information related to all past and current search cycles, which are referenced by the index module 144 , and delivers a status response 119 for the most recent search cycle to the constraint collator 136 .
- the status data module 142 is updated 118 by the constraint collator 136 . Specific structures of the request 114 , the request status query 116 , the status response 119 and the request status control 118 will be provided later.
- the status data module 142 may be reset by the database qualifier 160 with all available fields when a refresh function is used.
- the refresh function may be used to clear all past search cycles and the current search cycle from the status control 140 .
- the search results such as the search results shown in FIG. 4
- the refresh function may cause the entire search to be discarded.
- the refresh function may be activated when a user selects a refresh button (see FIG. 4 ) on a displayed result list, or on another portion of a GUI. Alternatively, the refresh function may discard selected search cycles.
- the user may, for example, move a cursor to a desired result list from a past search cycle and activate a refresh, reset, back, or drop button. All data associated with search cycles subsequent to the selected search cycle, including all displayed result lists may then be discarded.
- FIG. 8 is a block diagram showing the database qualifier 160 .
- the database qualifier 160 provides data field information at the start of a search or when the search engine 125 is refreshed.
- a field assessor 162 access the database 12 using the database driver 170 and identifies and accesses discrete data fields and other information in the database 12 .
- a field converter 164 structures the data field information into a usable (searchable/sortable) structure and sends 163 the formatted data field information to the status control 140 .
- Techniques for identifying and accessing the data fields, and for formatting the data field information are well known in the art. Such techniques are described, for example, in U.S. Pat. No. 5,222,066, Interface for Accessing Multiple Records Stored in Different File System Formats, the disclosure of which is hereby incorporated by reference.
- FIG. 9 is a block diagram of the database driver 170 .
- the database driver 170 is the universal interface with the database 12 , which can be a local or a remote database.
- FIG. 10 is an example of a search-on-the-fly using the search engine 125 .
- a database 200 includes information related to a number of individuals.
- the information in the database 200 may be presented at the terminal 14 using a series of screens or menus 201 - 230 .
- the user first accesses the database 200 and is presented with a list 201 of the information or data fields contained in the database 200 .
- the result list 201 is generated by the field assessor 162 and is provided for display at the terminal 14 by the query generator 150 .
- a user has selected the data field “City” for display of information.
- the number of “cities” listed in the database 200 is too large to conveniently display at one time (i.e., on one page) at the terminal 14 . Accordingly, the truncator 152 will loop a required number of times until an adequate display is available.
- the menu 203 shows the results of the truncation with only the first letter of a city name displayed.
- the user Using the menu 203 , the user has selected cities beginning with the letter “A.”. The results are shown in menu 205 . Now, the user elects to conduct another search-on-the-fly, by selecting the “sort-on-the-fly” option 206 .
- the query generator 150 displays all the information fields available from the database 200 , except for the information field already displayed, namely “City.” The results are displayed in menu 207 .
- the user then elects to further search on the data field “State.”
- the query generator 150 returns the requested information as displayed in menu 209 , listing five states by their common two-letter abbreviation. The user then chooses New York from the menu 209 , and the query generator 150 returns a list of cities in New York, menu 211 .
- the user elects to conduct another search-on-the-fly, option 212 , and the query generator 150 returns only the remaining data fields for display in menu 215 .
- the user selects “Address” for the next data field to search, and the query generator 150 returns a menu 217 showing only first letters of the address. This signifies that the data field “Address” was too large to be easily displayed on the terminal 14 .
- the user then elects to search on all addresses that begin with “C.”
- the query generator 150 returns a list of addresses by displaying only street names, menu 219 .
- the user then elects to conduct a further search-on-the-fly, option 220 , and the remaining two data fields, “Name” and “Phone” are displayed as options in menu 221 .
- the user selects name, and the query generator returns a further breakdown of the data by last name and by first name, menu 223 .
- This process continues, with further menus being used to select a last name and a first name from the database 200 .
- information from the database 200 related to the individual is displayed in window 230 .
- the user could have refreshed the search engine 125 at any time, and the search would have recommenced at the beginning.
- the user could, by simply selecting a prior menu, such as the menu 215 , have changed the course of the search.
- the menus 217 - 229 would be removed from display at the terminal 14 , and the search would begin over from the point of the menu 215 .
- FIGS. 11-15 b illustrate exemplary searches of a remote database, such as the database 13 shown in FIG. 1 .
- the database in the illustrated example is for an Internet website 232 that sells books. The examples illustrated are based on a Barnes & NobleTM website.
- the user has applied the search engine 125 to the website 232 database, and the query generator 150 has returned a list 233 of data fields from which the user may select to access data from the website 232 database.
- the list 233 and other lists described below, may be displayed as overlays on the website 232 .
- the user selects “Title” for the first search cycle.
- FIGS. 12-15 b illustrate alternate searches that may be completed using the website 232 database.
- the status control 140 may iterate as follows:
- FIG. 15 b shows the results for a search for a low-fat cookbook using the search engine 125 as applied to a remote database.
- the remote database is coupled to a Barnes & Noble web page.
- the first query, and resulting message strings, are illustrated by the following:
- Dispatcher Message Sent Categories.about.-.about.Title.about.-.about.Author.about.-.about.ISBN.about.SubTitle.about.Format.about.Date Published.about.Stock Status.about.Recommended
- an initial request would have returned 2032 book titles for cook books. This number of entries may be too large. Accordingly, the truncator 152 , through 13 iterations, reduces the entries in a result list to 26. The entries in the truncated result list can then be easily reviewed by the user, and further searches may be performed to identify a desired book. As can be seen in FIG. 15 b , the user has selected “Categories” as a data field to search. As is also shown in FIG. 15 b , the search engine 125 may display other information windows, such as book availability, ordering and shipping information windows. With a simple drag-and-drop cursor operation, for example, the user may then order and pay for the desired book.
- FIG. 16-20 are flow charts illustrating operations of the search engine 125 .
- FIG. 16 is a flowchart of an overall search routine 250 . The process starts in block 251 .
- the request analyzer 130 receives the request 114 , block 252 .
- the request 114 may be made using a hierarchical menu-based display or a graphical user interface, with one or more layers. Using either the menu or the GUI, the user may enter specific details by typing, selection of iconic symbols or pre-formatted text, and by using well-known data entry techniques, for example.
- the request 114 may also comprise a simple text or voice query. Use of voice recognition may be particularly useful in mobile environments, and to speed access to the database 12 .
- voice recognition may include simple commands, such as UP, DOWN, and SELECT, to select search terms from a pre-formatted list that is presented to the user at the terminal 14 . More sophisticated use of voice recognition may include actually speaking letters or numbers, or full search terms, such as speaking a key word for a key word search, for example.
- the protocol analyzer 133 provides an output 135 to the constraint collator 136 , and the constraint collator 136 determines the nature of the request, block 254 . If the request 114 is a refresh request (i.e., a command to initiate the refresh function), the constraint collator 136 sends a reset command 131 to the database qualifier 160 . The updated request 115 (possibly with a new constraint) is then sent to the query analyzer 150 for further processing, including analyzing the database 12 , retrieving field descriptors, and formatting, block 256 . The result of the data field descriptor retrieval and formatting are shown as an available data fields result list, block 258 , and is returned to the terminal 14 , block 260 .
- the constraint collator 136 if the request 114 is not a refresh request, the constraint collator 136 provides the updated request 115 (which may be an initial request, or a subsequent request) to the query generator 150 , block 264 .
- the constraint collator 136 compares the request 114 against information stored in the status control 140 .
- the constraint collator 136 sends the request status control signal 118 to the status control 140 and receives the request status response 119 .
- the constraint collator 136 compares the request status response 119 to constraint information provided with the request 114 to determine if the constraint status should be updated (e.g., because the request 114 includes a new constraint). If the constraint status should be updated, the constraint collator 136 calls create new constraint subroutine 270 and creates new constraints.
- the create new constraints subroutine 270 is shown as a flowchart in FIG. 17 .
- the subroutine starts at 272 .
- the constraint collator 136 determines if the request is for a sort-on-the-fly operation. If sort-on-the-fly has been selected, field assessor 162 prepares a new set of data fields, block 280 . The new set of data fields are then sent to the query generator 150 , block 284 , and the subroutine 270 ends, block 286 .
- the request analyzer 130 may receive a key word constraint, block 276 .
- the query generator 150 will then generate an input window in which the user may enter a desired key word, block 282 . Alternatively, the query generator 150 may prompt the user to enter a key word using voice recognition techniques, or any other way of entering data. The process then moves to block 284 .
- the constraint collator 136 enters the new constraint to the existing list of constraints, block 278 . The process then moves to block 284 .
- the constraint collator 136 next updates the status control 140 , block 290 .
- the query generator 150 uses the updated constraints to generate a next query of the database 12 , block 292 .
- the database driver 170 then extracts the result list from the database 12 , according to the latest query, block 294 .
- the truncator 152 determines if the result list may be displayed at the terminal 14 . If the result list cannot be displayed, the process moves to block 298 , and a truncation routine is executed. The process then returns to block 294 . If the result list in block 296 is small enough, the result list is provided by the dispatcher 154 to the terminal 14 , block 258 .
- the request analyzer 130 determines the nature of the request, including any special commands.
- a special command may include a command to conduct a search-on-the-fly.
- the search engine 125 may adopt a search-on-the-fly mechanism as a default value.
- the search engine 125 also may incorporate other special search commands, such as a Boolean search, for example.
- FIGS. 18-20 are flowcharts illustrating alternate truncation subroutines 298 .
- the subroutine 298 adjusts a size of a data field by decrementing a parameter TP related to entries in a selected data field.
- the parameter TP may be the number of alphabetical characters in a name. The results of such a truncation are shown in the example of FIG. 4 .
- the subroutine 298 starts at block 301 .
- the parameter TP is set to equal a size of the data field being searched.
- the truncator 152 determines the list of records sized by the parameter TP, block 305 . In block 307 , the truncator 152 determines if the result list can be displayed at the terminal 14 . If the result list cannot be displayed at the terminal 14 , the truncator 152 decrements the parameter TP, block 309 . Processing then returns to block 305 , and the truncator 152 gets a reduced result list using the truncated parameter TP. If the result list can be displayed at the terminal 14 , the process moves to block 311 and the subroutine 298 ends.
- FIG. 19 is a flowchart illustrating an alternate truncation routine 298 ′.
- the process starts in block 313 .
- the truncator 152 sets the parameter TP to a size of the data field being searched.
- the truncator 152 determines the list of records sized by the parameter TP.
- the truncator 152 determines if the result list can be displayed at the terminal 14 . If the result list cannot be displayed, the truncator 152 adjusts the size of the data field by dividing the parameter TP by a set amount, for example, by dividing the parameter TP by two, block 321 . Processing then returns to block 317 , and repeats. If the result list can be displayed at the terminal 14 , the process moves to block 323 and the subroutine 298 ′ ends.
- FIG. 20 shows yet another alternative truncation subroutine 298 ′′
- the process starts in block 325 .
- the truncator 152 sets the parameter TP to equal the size of the data field being searched.
- the truncator 152 determines the list of records sized by the parameter TP.
- the truncator 152 determines if the result list can be displayed at the terminal 14 , block 331 . If the result list cannot be displayed at the terminal 14 , the truncator 152 determines if the parameter TP is less than ten, block 333 .
- the truncator 152 adjusts the parameter TP by multiplying the parameter TP by a number less than one, block 337 . In an embodiment, the number may be 3 ⁇ 4. The process then returns to block 329 and repeats. In block 333 , if the value of the parameter TP is less than ten, the truncator 152 decrements the parameter TP by one, block 335 . Processing then returns to block 329 and repeats. In block 331 , if the list can be displayed at the terminal 14 , the process moves to block 339 and the subroutine 298 ′′ ends.
- FIGS. 18-20 are but a few examples of the truncations subroutine.
- One of ordinary skill in the art could conceive of other methods to adjust the field size.
- the user may specify a limit for the field size.
- the search engine 125 may be used for multiple searches and may be used to search multiple databases, including databases with different schemas.
- the results of individual searches, including the control data provided in the status control 140 are saved.
- the search engine 125 may then be used to further sort (search), or otherwise operate on, the results of these multiple searches.
- the search engine 125 may perform a Boolean AND operation on two search results.
- the result of the Boolean AND operation would be a list of records, or entries, that are common to the two search results.
- FIG. 21 illustrates such a Boolean AND operation.
- a GUI 400 displays local database selections 410 , including a database of recordings (compact discs—CDs) 412 and a database of contacts 414 .
- the databases 412 and 414 may be shown by text descriptions and an appropriate icon, for example.
- the database selections in this example are resident on a user's terminal, such as the terminal 14 shown in FIG. 1 .
- a remote database selection 420 that represents databases, such as the databases 13 and 15 shown in FIG. 1 , that are located remotely from the terminal 14 .
- the remote database selection 420 includes a database 422 for online record sales, which is represented by an icon (a CD) and a text title of the online retailer.
- the remote databases shown in the remote database selection 420 may include those databases for which the user has already established a link.
- the user may already have entered an Internet address for the online retailer.
- the terminal 14 may then display a representation of the database 422 .
- the user may use the search engine 125 to conduct a search-on-the-fly of the recordings database 412 and the Virgin RecordsTM database 422 .
- the user may search both databases 412 and 422 for titles of recordings that are classified as “blues.”
- the search engine 125 may return search results 416 and 424 for searches of both databases 412 and 422 , respectively.
- the search results 416 and 424 may be displayed in a window section 430 of the GUI 400 .
- the results 416 and 424 may also be represented by CD icons, such as the icons 432 and 434 .
- the search results 416 and 424 may be stored as lists in one or more temporary databases, as represented by the windows 417 and 427 .
- the search results 416 and 424 may also be stored in a scratch pad database 418 .
- the search engine may support this function by performing a Boolean AND operation of the lists 416 and 424 .
- the results of the Boolean AND operation are represented by the icon 436 displayed in the window 430 .
- To execute the Boolean AND operation the user may simply drag the icon 432 over the icon 434 , and then select AND from a pop-up menu 438 that appears when the icons 432 and 434 intersect.
- Other techniques to execute the Boolean AND may include typing in a command in a window, using voice recognition techniques, and other methods. In addition, other Boolean functions may be used.
- the result represented by the icon 436 of the Boolean AND operation may then be stored in a database at the terminal 14 , such as in the scratch pad database 418 or may be stored at another location.
- the result may then be subjected to further search-on-the-fly operations.
- an online-purchase module 435 may be used to consummate purchase of a product referenced in an online database such as the database 422 .
- the user may drag an iconic or text representation of a desired product listed in the search result 424 over an icon 436 in the online-purchase module 435 . This drag-and-drop overlaying these icons may initiate and complete the online purchase for the desired product.
- FIGS. 22A-26 are examples of such GUIs.
- a GUI 450 includes a display section 452 and one or more database sections such as local database section 470 and remote database section 460 .
- the local database section 470 includes databases local to the terminal 14 .
- the local databases include a patient's database 472 , a general contacts database 474 , a pharmacy database 476 , a medicines database 478 and a scratch pad database 480 .
- the remote databases include an Amazon.com database 462 , an online record retailer database 464 , a Physician's Desk Reference database 466 and an American Medical Association (AMA) online database 468 .
- the remote and local databases may be represented by a text title and an icon, both contained in a small window as shown.
- a user may access one of the remote or local databases by moving a cursor over the desired window and then selecting the database.
- the local medicines database 478 has been selected, and a list 490 of data fields in the medicines database 478 is displayed in the display section 452 .
- a keyword button 492 that may be used to initiate a key word search of the medicines database 478 .
- FIG. 23 shows the GUI 450 with a user selection of a category data field from the list 490 .
- the category data field is indicated as selected by an arrow adjacent to the data field name.
- a category list 494 is displayed on display section 452 .
- the category list 494 includes four entries, as shown.
- FIG. 24 shows the GUI 450 with results of several search cycles displayed.
- FIG. 25 illustrates a search of the PDR database 466 .
- Such a search may be initiated by dragging a cursor to the window having the PDR 466 symbol (text or icon), and then operating a “select” button.
- FIG. 26 shows a search of the Amazon database 462 . This search may also be initiated by a “drag-and-drop” operation.
- the search engine 125 is implemented as a program executed on a general-purpose computer, such as a personal computer.
- the search engine may also be implemented as a routine attached to a database structure.
- the search engine may be implemented on any processor capable of executing the routines of the program.
- the search engine 125 may be implemented as a single special purpose integrated circuit (e.g., ASIC) having a main or central processor section for overall, system level control, and separate circuits dedicated to performing various different specific functions, computations and other processes under control of the central processor section.
- ASIC application specific integrated circuit
- search engine 125 may also be implemented using a plurality of separated dedicated or programmable integrated circuits, or other electronic circuits or devices (e.g., hardwired electronic or logic circuits such as discrete elements circuits, or programmable logic devices, such as PLDs, PLAs, or PALs).
- electronic circuits or devices e.g., hardwired electronic or logic circuits such as discrete elements circuits, or programmable logic devices, such as PLDs, PLAs, or PALs.
- any device or assembly of devices on which a finite state machine capable of implementing flowcharts similar to the flowcharts of FIGS. 16-20 can be used to implement the search engine 125 .
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Computational Linguistics (AREA)
- Human Computer Interaction (AREA)
- Mathematical Physics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
- This patent application a continuation of U.S. patent application Ser. No. 11/979,255 entitled Search-On-The-Fly Search Engine, filed Oct. 31, 2007, which is a continuation of U.S. patent application Ser. No. 10/871,050, filed Jun. 21, 2004 entitled Search-On-The-Fly/Sort-On-The-Fly Search Engine, now U.S. Pat. No. 7,574,432, which is a division of U.S. patent application Ser. No. 09/513,340, filed Feb. 25, 2000, entitled Search-On-The-Fly/Sort-On-The-Fly Search Engine for Searching Databases, now U.S. Pat. No. 6,760,720. The disclosures of these patent applications and patents are hereby incorporated by reference in their entirety.
- The technical filed is information management systems, interfaces, and mechanisms, and methods for searching one or more databases.
- In the most general sense, a database is a collection of data. Various architectures have been devised to organize data in a computerized database. Typically, a computerized database includes data stored in mass storage devices, such as tape drives, magnetic hard disk drives and optical drives. Three main database architectures are termed hierarchical, network and relational. A hierarchical database assigns different data types to different levels of the hierarchy. Links between data items on one level and data items on a different level are simple and direct. However, a single data item can appear multiple times in a hierarchical database and this creates data redundancy. To eliminate data redundancy, a network database stores data in nodes having direct access to any other node in the database. There is no need to duplicate data since all nodes are universally accessible. In a relational database, the basic unit of data is a relation. A relation corresponds to a table having rows, with each row called a tuple, and columns, with each column called an attribute. From a practical standpoint, rows represent records of related data and columns identify individual data elements. The order in which the rows and columns appear in a table has no significance. In a relational database, one can add a new column to a table without having to modify older applications that access other columns in the table. Relational databases thus provide flexibility to accommodate changing needs.
- All databases require a consistent structure, termed a schema, to organize and manage the information. In a relational database, the schema is a collection of tables. Similarly, for each table, there is generally one schema to which it belongs. Once the schema is designed, a tool, known as a database management system (DBMS), is used to build the database and to operate on data within the database. The DBMS stores, retrieves and modifies data associated with the database. Lastly, to the extent possible, the DBMS protects data from corruption and unauthorized access.
- A human user controls the DBMS by providing a sequence of commands selected from a data sublanguage. The syntax of data sublanguages varies widely. The American National Standards Institute (ANSI) and the International Organization for Standardization (ISO) have adopted Structured English Query Language (SQL) as a standard data sublanguage for relational databases. SQL comprises a data definition language (DDL), a data manipulation language (DML), and a data control language (DCL). The DDL allows users to define a database, to modify its structure and to destroy it. The DML provides the tools to enter, modify and extract data from the database. The DCL provides tools to protect data from corruption and unauthorized access. Although SQL is standardized, most implementations of the ANSI standard have subtle differences. Nonetheless, the standardization of SQL has greatly increased the utility of relational databases for many applications.
- Although access to relational databases is facilitated by standard data sublanguages, users still must have detailed knowledge of the schema to obtain needed information from a database since one can design many different schemas to represent the storage of a given collection of information. For example, in an electronic commerce system, product information, such as product SKU, product name, product description, price, and tax code, may be stored in a single table within a relational database. In another electronic commerce system, product SKU, product name, description, and tax code may be stored in one table while product SKU and product price are stored in a separate table. In this situation, a SQL query designed to retrieve a product price from a database of the first electronic commerce system is not useful for retrieving the price for the same product in the other electronic system's database because the differences in schemas require the use of different SQL queries to retrieve product price. As a consequence, developers of retail applications accessing product information from relational databases may have to adapt their SQL queries to each individual schema. This, in turn, prevents their applications from being used in environments where there are a wide variety of databases having different schemas, such as the World Wide Web.
- A further problem with conventional searches, search engines, data access and data retrieval is a tendency to return very large amounts of data, or to require the search parameters to be narrowed. When large amounts of data are presented, the display may take many “pages” before all data is seen by the user. The time and expense involved in such a data review may be significant, inconvenient, not user friendly or efficient.
- A Sort-on-the-Fly/Search-on-the-Fly search engine (hereafter, search-on-the-fly search engine) provides an intuitive means for searching databases, allowing a user to access data in the database without having to know anything about the database structure. A user selects a desired search term, and a database manager searches the database for all instances of the desired term, even if a specific file or table does not contain the instance. For example, if a user wants to search the database using the name of a specific individual as a database entry point, the database manager will search the database using the desired name and will organize the search results so that all entries associated with that name are displayed. The database need not have a specific file (in a flat database) or a table (in a relational database) of names. The user may perform further on-the-fly searches to narrow or focus the search results, or for other reasons. For example, given search results for all names that include the name “Smith,” the user may then decide to search for all “Smiths” that include an association to an address in New Jersey. The search-on-the-fly search engine then conducts a further search using this criteria and produces a second search result. Further narrowing or broadening of the search are permitted, with the search-on-the-fly search engine returning results based on any new criteria.
- In an embodiment, the search-on-the-fly search engine uses graphical user interfaces (GUIs) and one or more icons to make the search process as efficient as possible. The GUIs may incorporate one or more pull down menus of available search terms. As a user selects an item from a first pulldown menu, a subsequent pulldown menu displays choices that are available for searching. The process continues until the search engine has displayed a discrete data entry from the database. The pulldown menus are not pre-formatted. Instead, the pulldown menus are created “on-the-fly” as the user steps through the search process. Thus, the search-on-the-fly search engine is inherently intuitive and allows a user with little or no knowledge of the database contents, its organization, or a search engine search routine to execute comprehensive searches that return generally accurate results.
- The search-on-the-fly search engine also searches on key words specified by the user. The search-on-the-fly search engine can be used to exclude certain items. The search-on-the-fly search engine incorporates other advanced features such as saving search results by attaching a cookie to a user's computer, and associating icons with the search results.
- The search-on-the-fly search engine may be used with both internal and external databases. For example, the search-on-the-fly search engine may be used with a company internal database and one or more databases accessible through the Internet.
- The search-on-the-fly search engine is user-friendly. With one interface, many different types of databases or database schemas may be searched or sorted.
- Finally, the search-on-the-fly technique, and other techniques discussed above may be used in conjunction with a method of doing business, particularly a business method that uses the Internet as a communications backbone.
- The detailed description will refer to the following figures, in which like numerals refer to like objects, and in which:
-
FIG. 1 is a block diagram of a system that uses a search-on-the-fly/sort-on-the-fly search engine; -
FIG. 2 is another overall block diagram of the system ofFIG. 1 ; -
FIG. 3 is a detailed block diagram of the search engine used with the system ofFIG. 2 ; -
FIG. 4 is an example of a search-on-the-fly using the search engine ofFIG. 3 ; -
FIGS. 5-9 are detailed block diagrams of components of the search engine ofFIG. 3 ; -
FIG. 10 is another example of a search-on-the-fly using the search engine ofFIG. 3 ; -
FIGS. 11-15B are additional examples of a search-on-the-fly using the search engine ofFIG. 3 ; -
FIGS. 16-20 are flow charts illustrating operations of the search engine ofFIG. 3 ; -
FIG. 21 illustrates a further function of the search engine ofFIG. 3 in which results of more than one search are combined; -
FIGS. 22A-26 illustrate graphical user interfaces that may be displayed in conjunction with operation of the system ofFIG. 1 . - A sort-on-the-fly/search-on-the-fly search engine (hereafter, search-on-the-fly search engine) provides an intuitive means for searching various types of databases, allowing a user to access data in the database without having to know anything about the database structure. A user selects a desired search term, and a database manager searches the database for all instances of the desired term, even if a specific file or table does not contain the instance. For example, if a user wants to search the database using the name of a specific individual as a database entry point, the database manager will search the database using the desired name and will organize the search results so that all entries associated with that name are displayed. The database need not have a specific file (in a flat database) or a table (in a relational database) of names. The user may perform further on-the-fly searches to narrow the search results, or for other reasons. The search engine then conducts a further search using this criteria and produces a second search result. Further narrowing or broadening of the search is permitted, with the search engine returning results based on any new criteria.
-
FIG. 1 is a block diagram of asystem 10 that uses search-on-the-fly. InFIG. 1 , adatabase 12 is accessed using a hardware/software interface device 100 to provide data to auser terminal 14.Additional databases 13 and 15 may also be accessed by the terminal 14 using thedevice 100. Thedatabases device 100 may include the search-on-the-fly search apparatus. In an alternative embodiment, the search-on-the-fly search engine may be co-located with the terminal 14. In yet another embodiment, the search-on-the-fly search engine may be incorporated into the structure of one or more of thedatabases device 100 may interface with any one or more of thedatabases device 100 and any one or more of thedatabases - The system shown in
FIG. 1 is but one of many possible variations. The search-on-the-fly search engine could also be incorporated within a single computer, such as a personal computer, a computer network with a host server and one or more user stations, an intranet, and an Internet-based system, as shown inFIG. 2 . Referring again toFIG. 2 , the terminal 14 may be any device capable of displaying digital data including handheld devices, cellular phones, geosynchronous positioning satellite (GPS) devices, wrist-worn devices, interactive phone devices, household appliances, televisions, television set top boxes, handheld computers, and other computers. -
FIG. 3 is a detailed block diagram of an exemplary search-on-the-fly search engine 125. Thesearch engine 125 includes arequest analyzer 130 that receivessearch requests 114 from the terminal 14 (not shown inFIG. 3 ) and sends out updated requests 115 to aquery generator 150. Astatus control 140 receives astatus update signal 116 and a requeststatus control signal 118 and sends out a request status response 119 to therequest analyzer 130. Thestatus control 140 also keeps track of search cycles, that is, the number of search iterations performed. Thequery generator 150 receives the updated requests 115 from therequest analyzer 130 and sends a database access signal 151 to adatabase driver 170. Thequery generator 150 receivesresults 153 of a search of the database 12 (not shown inFIG. 3 ) from thedatabase driver 170. Thequery generator 150 provides adisplay signal 175 to the terminal 14. Thedatabase driver 170 sends a database access signal 171 to thedatabase 12. Finally, adatabase qualifier 160 receivesinformation 161 from thedatabase driver 170 and provides alist 163 of available data fields from thedatabase 12. As will be described later, the list ofavailable data fields 163 may be displayed to a user at the terminal 14 and may be sorted and processed using therequest analyzer 130 in conjunction with thedatabase qualifier 160. Thedatabase qualifier 160 also receives search information andother commands 131 from therequest analyzer 130. - The
search engine 125 may identify a database schema by simply using a trial and error process. Alternatively, thesearch engine 125 may use other techniques know in the art. Such techniques are described, for example, in U.S. Pat. No. 5,522,066, “Interface for Accessing Multiple Records Stored in Different File System Formats,” and U.S. Pat. No. 5,974,407, “Method and Apparatus for Implementing a Hierarchical Database Management System (HDBMS) Using a Relational Database Management System (RDBMS) and the Implementing Apparatus,” the disclosures of which is hereby incorporated by reference. - The
search engine 125 provides search-on-the-fly search capabilities and more conventional search capabilities. In either case, thesearch engine 125 may perform a preliminary database access function to determine if the user has access to thedatabase 12. Thesearch engine 125 also determines the database schema to decide if the schema is compatible with the user's data processing system. If the database schema is not compatible with the user's processing system, thesearch engine 125 may attempt to perform necessary translations so that the user at the terminal 14 may access and view data in thedatabase 12. Alternatively, thesearch engine 125 may provide a prompt for the user indicating incompatibility between the terminal 14 and a selected database. - The
search engine 125 may conduct a search using one or more search cycles. A search cycle includes receipt of arequest 114, any necessary formatting of therequest 114, and any necessary truncation steps. The search cycle ends when aresult list 175 is provided to the terminal 14. Thesearch engine 125 may retain a status of each past and current search cycle so that the user can modify the search at a later time. The user may also use this feature of retaining a status of past and current search cycles to combine results of multiple searches, using, for example, a Boolean AND function, a Boolean OR function, or other logic function. The above listed functions will be described in more detail later. - The search-on-the-fly function of the
search engine 125 begins by determining available data fields of thedatabase 12. Thedatabase 12 may have its data organized in one or more data fields, tables, or other structures, and each such data field may be identified by a data field descriptor. In many cases, the data field descriptor includes enough text for the user at the terminal 14 to determine the general contents of the data field. The list of data fields may then be presented at the terminal 14, for example, in a pull down list. An example of such a data field result list is shown inFIG. 4 , which is from a federal database showing data related to managed health care organizations. This database is available at http://tobaccopapers.org/dnld.htm. InFIG. 4 , the first data field listed is “PlanType,” which is shown in result list 156. Other data field descriptors show the general categories of data in the database. - Using the terminal 14, the user may select one of the data field descriptors to be searched. For example, the user could select “city.” If a number of entries, or records, in the city data field is short, a further result list of complete city names may be displayed. If the entries are too numerous to be displayed within a standard screen size, for example, the
search engine 125 may, in an iterative fashion, attempt to reduce, or truncate, the result list until the result list may be displayed. In the example shown inFIG. 4 , entries in the city data field are so numerous (the database includes all U.S. cities that have a managed health care organization) that thesearch engine 125 has produced aresult list 157 that shows only a first letter of the city. Based on the available database data fields, the user may then perform a further search-on-the-fly. In this case, the user may choose cities whose first initial is “N.” Thesearch engine 125 then returns a result list 158 of cities whose names start with the letter “N.” Because in this instance the result list 158 is short, no further truncation is necessary to produce a manageable list. -
FIG. 5 is a more detailed block diagram of therequest analyzer 130. Aprotocol analyzer 133 receives therequest 114 and provides anoutput 135 to aconstraint collator 136. Theprotocol analyzer 133 examines the receivedrequest 114, determines a format of therequest 114, and performs any necessary translations to make the request format compatible with the database to be accessed. If the database to be accessed by the terminal 14 is part of a same computer system as the terminal 14, then theprotocol analyzer 133 may not be required to perform any translations or to reformat therequest 114. If the database to be accessed is not part of the same computer system as the terminal 14, then theprotocol analyzer 133 may be required to reformat therequest 114. The reformatting may be needed, for example, when arequest 114 is transmitted over a network, such as the Internet, to a database coupled to the network. - The
constraint collator 136 provides the updated request 115 (which may be an initial request, or a subsequent request) to thequery generator 150. Theconstraint collator 136 is responsible for interpreting therequest 114. Theconstraint collator 136 performs this function by comparing therequest 114 against information stored in thestatus control 140. In particular, theconstraint collator 136 sends the requeststatus control signal 118 to thestatus control 140 and receives the request status response 119. Theconstraint collator 136 then compares the request status response 119 to constraint information provided with therequest 114 to determine if the constraint status should be updated (e.g., because therequest 114 includes a new constraint). In an embodiment, theconstraint collator 136 compares constraint information in acurrent request 114 to constraint information residing in thestatus control 140, and if thecurrent request 114 includes a new constraint, such as a new narrowing request (for example, when the user clicks, touches or points over a field shown in a last search cycle), then theconstraint collator 136 adds the updated information and sends the updated request 115 to thequery generator 150. If the constraint status should be updated, theconstraint collator 136 sends thestatus update 118 to thestatus control 140. If therequest 114 is a refresh request, theconstraint collator 136 sends areset command 131 to thedatabase qualifier 160. The updated request 115 (possibly with a new constraint) is then sent to thequery analyzer 150 for further processing. -
FIG. 6 is a block diagram of thequery generator 150. The overall functions of thequery generator 150 are to scan a database, such as thedatabase 12, using thedatabase driver 170, and to collect search results based on constraints supplied by therequest analyzer 130. Thequery generator 150 then returns the search results 175 to the terminal 14. - The
query generator 150 includes atruncator 152 and adispatcher 154. Thetruncator 152 receives the updated request 115, including a new constraint, if applicable. Thetruncator 152 creates new queries, based on new constraints, and applies thenew requests 151 to thedatabase 12 using thedatabase driver 170. Many different methods of truncating for display or viewing may be used bytruncator 152. Thetruncator 152 may include a variable limit 155 that is set, for example, according to a capacity of the terminal 14 to display the search results 175. If data retrieved from thedatabase 12 exceed the limit value, thetruncator 152 adjusts a size (e.g., a number of entries or records) of the data until a displayable result list is achieved. One method of adjusting the size is by cycling (looping). Other methods may also be used to adjust the size of the result list. For example, the terminal 14 may be limited to displaying 20 lines of data (entries, records) from thedatabase 12. Thetruncator 152 will cycle until the displayed result list is at most 20 lines. In an embodiment, the truncation process used by thetruncator 152 assumes that if the user requests all values in a particular data field from thedatabase 12, and there are no other constraints provided with therequest 114, and if the size of the resulting result list is larger than some numeric parameter related to a display size of the terminal 14, then the constraints may be modified by thetruncator 152 so that the result list can accommodated (e.g., displayed on one page) by the terminal 14. For example, instead of a full name of a city, some part of the name—the first n letters—is checked against thedatabase 12 again, and n is reduced until the result list is small enough for the capacity of the terminal 14. If the maximum number of displayable results is three (3), and thedatabase 12 contains the names of six cities “Armandia, Armonk, New Orleans, New York, Riverhead, Riverdale,” then the first attempt to “resolve” the result list will stop after a result list display is created with the full name of the cities: - Armandia, Armonk, New Orleans . . . (the limit was reached)
Try again with 7 characters: Armandia, Armonk, New Orl, New Yor, (limit reached again)
Again with 5 characters: Armandia, Armonk, New O, New Y, (limit reached again)
Again with 3 characters: Arm ( . . . ), New ( . . . ), Riv ( . . . ). These results may now be displayed on the terminal 14. The display of Arm, New, Riv can then be used to conduct a further search-on-the-fly. For example, a user could then select Riv for a further search-on-the-fly. The result list returned would then list two cities, namely Riverhead and Riverdale. - In another embodiment, a fixed format is imposed such that all queries generated against a database will have preset limits corresponding to the capacity of the terminal 14.
- In yet another embodiment, the
truncator 152 may adjust the field size by division or other means. For example, if the display limit has been reached, thetruncator 125 may reduce the field size, X by a specified amount. In an embodiment, X may be divided by two. Alternatively, X may be multiplied by a number less than 1, such as ¾, for example. Adjusting the field size allows thesearch engine 125 to perform more focused searches and provides more accurate search results. - In another embodiment, the truncator first attempts to display information without truncation. If that is not appropriate, the truncator may attempt truncation by beginning with one character (26 letters and perhaps 10 digits) and incrementing to two characters and then three, four, until a failure to display is reached.
- In still another embodiment, the user may select a limit that will cause the
truncator 152 to adjust the field size. For example, the user could specify that a maximum of ten entries should be displayed. - For certain data fields, a terminal of a hand-held device, may have a very limited display capacity. For example, a personal data assistant (POA—see
FIG. 52 ) or a cellular phone (seeFIG. 50 ) may be used to search a database, with the results displayed on a small screen. Alternatively, a user may specify a limit on the number of entries for display. In the illustrated cases, thesearch engine 125 may return aresult list 175 of therequest 114 on multiple display pages, and the user may toggle between these multiple display pages. As an example, if the terminal 14 is limited to displaying a maximum of ten entries, and if therequest 114 results in a return of a data field comprising the 400 largest cities in the United States, thetruncator 152 will produce a list of 23 entries comprising 23 alphabetical characters (no cities that begin with Q, Y or Z—seeFIG. 4 ). Thesearch engine 125 may then display the results on three pages. Alternatively, thetruncator 152 could produce a list of letter groups into which the cities would fall, such as A-D, E-G, H-M, N-R, and R-X, for example. In another alternative, thesearch engine 125 may send a notice to the terminal that therequest 114 cannot be accommodated on the terminal 14 and may prompt the user to add an additional constraint to therequest 114, so that a search result may be displayed at the terminal 14. - Adjusting the data field size also provides more convenient search results for the user. For example, if a user were to access an Internet-based database for books for sale and were to request a list of all book titles beginning with the letter “F,” a common search engine might return several hundred titles or more, displaying perhaps twenty titles (entries) at a time. The user would then have to look through each of many pages to find a desired title. This process could be very time-consuming and expensive. Furthermore, if the search results were too large, the common search engine might return a notice saying the results were too large for display and might prompt the user to select an alternative search request. However, performing the same search using the
search engine 125 allows thetruncator 152 to reduce the size of the information displayed to a manageable level. In this example, if therequest 114 includes the constraint “F,” thetruncator 152 will loop through the data in a data field that includes book titles starting with the letter “F” until a list is available that can fit within the display limits of the terminal 14, or that fits within a limit set by the user, for example. The first list returned to the terminal 14 as a result of thisrequest 114 may be a two-letter combination with “F” as the first letter and a second letter of a book title as the second letter. For example, the first list may include the entries “Fa,” “Fe,” “Fi,” “Fo,” and “Fu,” all of which represent titles of books. The user could then select one of the entries “Fa,” “Fe,” “Fi,” “Fo,” and “Fu” to perform a further search, continuing the process until one or more desired titles are displayed. An example of a similar truncation result is shown inFIG. 14 . - When a parameter related to the search results is adequately truncated, the parameter is directed to the
dispatcher 154, which retrieves the data fromdatabase 12 using thedatabase driver 170. Thedispatcher 154 then directs the final,truncated search results 175 back to the terminal 14 as a response to therequest 114. -
FIG. 7 is a block diagram showing thestatus control 140, which is responsible for monitoring the status of a current search. Due to the nature of thesearch engine 125, the user can choose any combination of constraints, fields or keywords, including those from past and current search cycles. Thestatus control 140 may keep track of all past cycles of the search, as well as all information necessary to return to any of those past search cycles. Thestatus control 140 includes astatus data module 142, and anindex module 144. Thestatus data module 142 contains data related to each such search cycle, including the constraint(s) entered during the search cycle, any truncation steps taken, and the results of such truncation, for example. Theindex module 144 provides access to these data. When therequest 114 is being analyzed by therequest analyzer 130, theconstraint collator 136 sends arequest status query 116 to theindex module 144. Thestatus data module 142 contains information related to all past and current search cycles, which are referenced by theindex module 144, and delivers a status response 119 for the most recent search cycle to theconstraint collator 136. When a new constraint is sent to thequery generator 150, thestatus data module 142 is updated 118 by theconstraint collator 136. Specific structures of therequest 114, therequest status query 116, the status response 119 and therequest status control 118 will be provided later. - The
status data module 142 may be reset by thedatabase qualifier 160 with all available fields when a refresh function is used. In an embodiment, the refresh function may be used to clear all past search cycles and the current search cycle from thestatus control 140. In such an event, the search results, such as the search results shown inFIG. 4 , will no longer be displayed at the terminal 14, and data related to the past and the current search cycles may not be used for future search cycles. In effect, the refresh function may cause the entire search to be discarded. The refresh function may be activated when a user selects a refresh button (seeFIG. 4 ) on a displayed result list, or on another portion of a GUI. Alternatively, the refresh function may discard selected search cycles. In this alternative embodiment, the user may, for example, move a cursor to a desired result list from a past search cycle and activate a refresh, reset, back, or drop button. All data associated with search cycles subsequent to the selected search cycle, including all displayed result lists may then be discarded. -
FIG. 8 is a block diagram showing thedatabase qualifier 160. Thedatabase qualifier 160 provides data field information at the start of a search or when thesearch engine 125 is refreshed. Afield assessor 162 access thedatabase 12 using thedatabase driver 170 and identifies and accesses discrete data fields and other information in thedatabase 12. Afield converter 164 structures the data field information into a usable (searchable/sortable) structure and sends 163 the formatted data field information to thestatus control 140. Techniques for identifying and accessing the data fields, and for formatting the data field information are well known in the art. Such techniques are described, for example, in U.S. Pat. No. 5,222,066, Interface for Accessing Multiple Records Stored in Different File System Formats, the disclosure of which is hereby incorporated by reference. -
FIG. 9 is a block diagram of thedatabase driver 170. Thedatabase driver 170 is the universal interface with thedatabase 12, which can be a local or a remote database. -
FIG. 10 is an example of a search-on-the-fly using thesearch engine 125. InFIG. 10 , adatabase 200 includes information related to a number of individuals. The information in thedatabase 200 may be presented at the terminal 14 using a series of screens or menus 201-230. The user first accesses thedatabase 200 and is presented with alist 201 of the information or data fields contained in thedatabase 200. Theresult list 201 is generated by thefield assessor 162 and is provided for display at the terminal 14 by thequery generator 150. As shown inFIG. 10 , a user has selected the data field “City” for display of information. However, the number of “cities” listed in thedatabase 200 is too large to conveniently display at one time (i.e., on one page) at the terminal 14. Accordingly, thetruncator 152 will loop a required number of times until an adequate display is available. InFIG. 10 , themenu 203 shows the results of the truncation with only the first letter of a city name displayed. - Using the
menu 203, the user has selected cities beginning with the letter “A.”. The results are shown inmenu 205. Now, the user elects to conduct another search-on-the-fly, by selecting the “sort-on-the-fly”option 206. Thequery generator 150 displays all the information fields available from thedatabase 200, except for the information field already displayed, namely “City.” The results are displayed inmenu 207. The user then elects to further search on the data field “State.” Thequery generator 150 returns the requested information as displayed inmenu 209, listing five states by their common two-letter abbreviation. The user then chooses New York from themenu 209, and thequery generator 150 returns a list of cities in New York,menu 211. - Next, the user elects to conduct another search-on-the-fly,
option 212, and thequery generator 150 returns only the remaining data fields for display inmenu 215. From themenu 215, the user selects “Address” for the next data field to search, and thequery generator 150 returns amenu 217 showing only first letters of the address. This signifies that the data field “Address” was too large to be easily displayed on the terminal 14. The user then elects to search on all addresses that begin with “C.” Thequery generator 150 returns a list of addresses by displaying only street names,menu 219. - The user then elects to conduct a further search-on-the-fly,
option 220, and the remaining two data fields, “Name” and “Phone” are displayed as options in menu 221. The user selects name, and the query generator returns a further breakdown of the data by last name and by first name, menu 223. This process continues, with further menus being used to select a last name and a first name from thedatabase 200. When the final selection is made, information from thedatabase 200 related to the individual is displayed inwindow 230. - In the example shown in
FIG. 10 , the user could have refreshed thesearch engine 125 at any time, and the search would have recommenced at the beginning. Alternatively, the user could, by simply selecting a prior menu, such as themenu 215, have changed the course of the search. In this alternative, if the user had gone back to themenu 215 and instead of selecting “Address” selected “Phone,” then the menus 217-229 would be removed from display at the terminal 14, and the search would begin over from the point of themenu 215. -
FIGS. 11-15 b illustrate exemplary searches of a remote database, such as thedatabase 13 shown inFIG. 1 . The database in the illustrated example is for anInternet website 232 that sells books. The examples illustrated are based on a Barnes & Noble™ website. InFIG. 11 , the user has applied thesearch engine 125 to thewebsite 232 database, and thequery generator 150 has returned alist 233 of data fields from which the user may select to access data from thewebsite 232 database. Thelist 233, and other lists described below, may be displayed as overlays on thewebsite 232. In the example illustrated, the user selects “Title” for the first search cycle. Because the list of titles is too large to easily display at the terminal 14, the truncator 152 loops until analphanumeric list 234 is created. Thelist 234 is then returned to the terminal 14. For the next search cycle, the user selects titles that begin with the letter “C.” Again, the data field contains too many entries to conveniently display at the terminal 14, and the truncator 152 loops as appropriate until list 235 is created. The process continues withsubsequent lists FIGS. 12-15 b illustrate alternate searches that may be completed using thewebsite 232 database. - For the search results shown in
FIGS. 11-15 b, thestatus control 140 may iterate as follows: -
FIG. 15b shows the results for a search for a low-fat cookbook using thesearch engine 125 as applied to a remote database. In this example, the remote database is coupled to a Barnes & Noble web page. The first query, and resulting message strings, are illustrated by the following: - Dispatcher Message Sent: Categories.about.-.about.Title.about.-.about.Author.about.-.about.ISBN.about.SubTitle.about.Format.about.Date Published.about.Stock Status.about.Recommended
- Status Control received an update:
- Query Generator Request is not cached, processing
- Truncator finished, took 15 seconds to make 13 iterations
Caching this request . . . - In the example illustrated by
FIG. 15b and the above-listed message strings, an initial request would have returned 2032 book titles for cook books. This number of entries may be too large. Accordingly, thetruncator 152, through 13 iterations, reduces the entries in a result list to 26. The entries in the truncated result list can then be easily reviewed by the user, and further searches may be performed to identify a desired book. As can be seen inFIG. 15b , the user has selected “Categories” as a data field to search. As is also shown inFIG. 15b , thesearch engine 125 may display other information windows, such as book availability, ordering and shipping information windows. With a simple drag-and-drop cursor operation, for example, the user may then order and pay for the desired book. -
FIG. 16-20 are flow charts illustrating operations of thesearch engine 125.FIG. 16 is a flowchart of an overall search routine 250. The process starts inblock 251. Therequest analyzer 130 receives therequest 114, block 252. Therequest 114 may be made using a hierarchical menu-based display or a graphical user interface, with one or more layers. Using either the menu or the GUI, the user may enter specific details by typing, selection of iconic symbols or pre-formatted text, and by using well-known data entry techniques, for example. Therequest 114 may also comprise a simple text or voice query. Use of voice recognition may be particularly useful in mobile environments, and to speed access to thedatabase 12. Use of voice recognition may include simple commands, such as UP, DOWN, and SELECT, to select search terms from a pre-formatted list that is presented to the user at the terminal 14. More sophisticated use of voice recognition may include actually speaking letters or numbers, or full search terms, such as speaking a key word for a key word search, for example. - The
protocol analyzer 133 provides anoutput 135 to theconstraint collator 136, and theconstraint collator 136 determines the nature of the request, block 254. If therequest 114 is a refresh request (i.e., a command to initiate the refresh function), theconstraint collator 136 sends areset command 131 to thedatabase qualifier 160. The updated request 115 (possibly with a new constraint) is then sent to thequery analyzer 150 for further processing, including analyzing thedatabase 12, retrieving field descriptors, and formatting, block 256. The result of the data field descriptor retrieval and formatting are shown as an available data fields result list, block 258, and is returned to the terminal 14, block 260. - In
block 254, if therequest 114 is not a refresh request, theconstraint collator 136 provides the updated request 115 (which may be an initial request, or a subsequent request) to thequery generator 150, block 264. Theconstraint collator 136 compares therequest 114 against information stored in thestatus control 140. In particular, theconstraint collator 136 sends the requeststatus control signal 118 to thestatus control 140 and receives the request status response 119. Theconstraint collator 136 then compares the request status response 119 to constraint information provided with therequest 114 to determine if the constraint status should be updated (e.g., because therequest 114 includes a new constraint). If the constraint status should be updated, theconstraint collator 136 calls createnew constraint subroutine 270 and creates new constraints. - The create
new constraints subroutine 270 is shown as a flowchart inFIG. 17 . The subroutine starts at 272. Inblock 274, theconstraint collator 136 determines if the request is for a sort-on-the-fly operation. If sort-on-the-fly has been selected,field assessor 162 prepares a new set of data fields, block 280. The new set of data fields are then sent to thequery generator 150, block 284, and thesubroutine 270 ends, block 286. - In
block 274, if sort-on-the-fly was not selected, therequest analyzer 130 may receive a key word constraint, block 276. Thequery generator 150 will then generate an input window in which the user may enter a desired key word, block 282. Alternatively, thequery generator 150 may prompt the user to enter a key word using voice recognition techniques, or any other way of entering data. The process then moves to block 284. Inblock 276, if a key word search option was not selected, theconstraint collator 136 enters the new constraint to the existing list of constraints, block 278. The process then moves to block 284. - Returning to
FIG. 16 , theconstraint collator 136 next updates thestatus control 140, block 290. Inblock 292, using the updated constraints, thequery generator 150 generates a next query of thedatabase 12, block 292. Thedatabase driver 170 then extracts the result list from thedatabase 12, according to the latest query, block 294. Inblock 296, thetruncator 152 determines if the result list may be displayed at the terminal 14. If the result list cannot be displayed, the process moves to block 298, and a truncation routine is executed. The process then returns to block 294. If the result list inblock 296 is small enough, the result list is provided by thedispatcher 154 to the terminal 14, block 258. - As noted above, the
request analyzer 130 determines the nature of the request, including any special commands. A special command may include a command to conduct a search-on-the-fly. Alternatively, thesearch engine 125 may adopt a search-on-the-fly mechanism as a default value. Thesearch engine 125 also may incorporate other special search commands, such as a Boolean search, for example. -
FIGS. 18-20 are flowcharts illustratingalternate truncation subroutines 298. InFIG. 18 , thesubroutine 298 adjusts a size of a data field by decrementing a parameter TP related to entries in a selected data field. For example, if the data field comprises a list of U.S. cities by name, the parameter TP may be the number of alphabetical characters in a name. The results of such a truncation are shown in the example ofFIG. 4 . Thesubroutine 298 starts atblock 301. Inblock 303, the parameter TP is set to equal a size of the data field being searched. Thetruncator 152 then determines the list of records sized by the parameter TP, block 305. Inblock 307, thetruncator 152 determines if the result list can be displayed at the terminal 14. If the result list cannot be displayed at the terminal 14, thetruncator 152 decrements the parameter TP, block 309. Processing then returns to block 305, and thetruncator 152 gets a reduced result list using the truncated parameter TP. If the result list can be displayed at the terminal 14, the process moves to block 311 and thesubroutine 298 ends. -
FIG. 19 is a flowchart illustrating analternate truncation routine 298′. The process starts inblock 313. Inblock 315, thetruncator 152 sets the parameter TP to a size of the data field being searched. Inblock 317, thetruncator 152 determines the list of records sized by the parameter TP. Inblock 319, thetruncator 152 determines if the result list can be displayed at the terminal 14. If the result list cannot be displayed, thetruncator 152 adjusts the size of the data field by dividing the parameter TP by a set amount, for example, by dividing the parameter TP by two, block 321. Processing then returns to block 317, and repeats. If the result list can be displayed at the terminal 14, the process moves to block 323 and thesubroutine 298′ ends. -
FIG. 20 shows yet anotheralternative truncation subroutine 298″ The process starts inblock 325. Inblock 327, thetruncator 152 sets the parameter TP to equal the size of the data field being searched. Inblock 329, thetruncator 152 determines the list of records sized by the parameter TP. Thetruncator 152 then determines if the result list can be displayed at the terminal 14, block 331. If the result list cannot be displayed at the terminal 14, thetruncator 152 determines if the parameter TP is less than ten, block 333. If the parameter TP is not less than ten, thetruncator 152 adjusts the parameter TP by multiplying the parameter TP by a number less than one, block 337. In an embodiment, the number may be ¾. The process then returns to block 329 and repeats. Inblock 333, if the value of the parameter TP is less than ten, thetruncator 152 decrements the parameter TP by one, block 335. Processing then returns to block 329 and repeats. Inblock 331, if the list can be displayed at the terminal 14, the process moves to block 339 and thesubroutine 298″ ends. - The examples illustrated in
FIGS. 18-20 are but a few examples of the truncations subroutine. One of ordinary skill in the art could conceive of other methods to adjust the field size. In addition to using a truncation subroutine, the user may specify a limit for the field size. - As noted above, the
search engine 125 may be used for multiple searches and may be used to search multiple databases, including databases with different schemas. The results of individual searches, including the control data provided in thestatus control 140, are saved. Thesearch engine 125 may then be used to further sort (search), or otherwise operate on, the results of these multiple searches. In an embodiment, thesearch engine 125 may perform a Boolean AND operation on two search results. The result of the Boolean AND operation would be a list of records, or entries, that are common to the two search results.FIG. 21 illustrates such a Boolean AND operation. - In
FIG. 21 , a GUI 400 displayslocal database selections 410, including a database of recordings (compact discs—CDs) 412 and a database ofcontacts 414. Thedatabases FIG. 1 . Also displayed on the GUI 400 is aremote database selection 420 that represents databases, such as thedatabases 13 and 15 shown inFIG. 1 , that are located remotely from the terminal 14. In the example shown inFIG. 21 , theremote database selection 420 includes adatabase 422 for online record sales, which is represented by an icon (a CD) and a text title of the online retailer. The remote databases shown in theremote database selection 420 may include those databases for which the user has already established a link. In the example shown, the user may already have entered an Internet address for the online retailer. In addition to any returned web pages from the online retailer, the terminal 14 may then display a representation of thedatabase 422. - Continuing with the example, the user may use the
search engine 125 to conduct a search-on-the-fly of therecordings database 412 and the VirginRecords™ database 422. The user may search bothdatabases search engine 125 may returnsearch results 416 and 424 for searches of bothdatabases window section 430 of the GUI 400. Theresults 416 and 424 may also be represented by CD icons, such as theicons windows scratch pad database 418. At this point, the user may wish to determine which recordings from the list 424 are contained in thelist 416. The search engine may support this function by performing a Boolean AND operation of thelists 416 and 424. The results of the Boolean AND operation are represented by theicon 436 displayed in thewindow 430. To execute the Boolean AND operation, the user may simply drag theicon 432 over theicon 434, and then select AND from a pop-upmenu 438 that appears when theicons - The result represented by the
icon 436 of the Boolean AND operation may then be stored in a database at the terminal 14, such as in thescratch pad database 418 or may be stored at another location. The result may then be subjected to further search-on-the-fly operations. - Also shown in
FIG. 21 is an online-purchase module 435 that may be used to consummate purchase of a product referenced in an online database such as thedatabase 422. To initiate such a purchase, the user may drag an iconic or text representation of a desired product listed in the search result 424 over anicon 436 in the online-purchase module 435. This drag-and-drop overlaying these icons may initiate and complete the online purchase for the desired product. - Use of the
search engine 125 may be facilitated by one or more GUIs that are displayed on the terminal 14.FIGS. 22A-26 are examples of such GUIs. InFIG. 22A , aGUI 450 includes a display section 452 and one or more database sections such aslocal database section 470 andremote database section 460. Thelocal database section 470 includes databases local to the terminal 14. In the example shown, the local databases include a patient'sdatabase 472, ageneral contacts database 474, apharmacy database 476, amedicines database 478 and ascratch pad database 480. The remote databases include anAmazon.com database 462, an onlinerecord retailer database 464, a Physician'sDesk Reference database 466 and an American Medical Association (AMA)online database 468. The remote and local databases may be represented by a text title and an icon, both contained in a small window as shown. A user may access one of the remote or local databases by moving a cursor over the desired window and then selecting the database. In the example shown, thelocal medicines database 478 has been selected, and alist 490 of data fields in themedicines database 478 is displayed in the display section 452. Also included on the display section 452 is akeyword button 492 that may be used to initiate a key word search of themedicines database 478. -
FIG. 23 shows theGUI 450 with a user selection of a category data field from thelist 490. The category data field is indicated as selected by an arrow adjacent to the data field name. When the category data field is selected, acategory list 494 is displayed on display section 452. Thecategory list 494 includes four entries, as shown. - The user may continue to search the
medicines database 478 using key word techniques and search-on-the-fly techniques.FIG. 24 shows theGUI 450 with results of several search cycles displayed. -
FIG. 25 illustrates a search of thePDR database 466. Such a search may be initiated by dragging a cursor to the window having thePDR 466 symbol (text or icon), and then operating a “select” button.FIG. 26 shows a search of theAmazon database 462. This search may also be initiated by a “drag-and-drop” operation. - In specific embodiments, the
search engine 125 is implemented as a program executed on a general-purpose computer, such as a personal computer. The search engine may also be implemented as a routine attached to a database structure. In addition, the search engine may be implemented on any processor capable of executing the routines of the program. In alternative embodiments, thesearch engine 125 may be implemented as a single special purpose integrated circuit (e.g., ASIC) having a main or central processor section for overall, system level control, and separate circuits dedicated to performing various different specific functions, computations and other processes under control of the central processor section. Those of ordinary skill in the art will appreciate that thesearch engine 125 may also be implemented using a plurality of separated dedicated or programmable integrated circuits, or other electronic circuits or devices (e.g., hardwired electronic or logic circuits such as discrete elements circuits, or programmable logic devices, such as PLDs, PLAs, or PALs). In general, any device or assembly of devices on which a finite state machine capable of implementing flowcharts similar to the flowcharts ofFIGS. 16-20 can be used to implement thesearch engine 125. - The terms and descriptions used herein are set forth by way of illustration only and are not meant as limitations. Those skilled in the art will recognize that many variations are possible within the spirit and scope of the invention as defined in the following claims, and their equivalents, in which all terms are to be understood in their broadest possible sense unless otherwise indicated.
Claims (20)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US16/010,491 US20180300378A1 (en) | 2000-02-25 | 2018-06-17 | Search-on-the-fly/sort-on-the-fly search engine for searching databases |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/513,340 US6760720B1 (en) | 2000-02-25 | 2000-02-25 | Search-on-the-fly/sort-on-the-fly search engine for searching databases |
US10/871,050 US7574432B1 (en) | 2000-02-25 | 2004-06-21 | Search-on-the-fly/sort-on-the-fly search engine |
US11/979,255 US10002167B2 (en) | 2000-02-25 | 2007-10-31 | Search-on-the-fly/sort-on-the-fly by a search engine directed to a plurality of disparate data sources |
US16/010,491 US20180300378A1 (en) | 2000-02-25 | 2018-06-17 | Search-on-the-fly/sort-on-the-fly search engine for searching databases |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/979,255 Continuation US10002167B2 (en) | 2000-02-25 | 2007-10-31 | Search-on-the-fly/sort-on-the-fly by a search engine directed to a plurality of disparate data sources |
Publications (1)
Publication Number | Publication Date |
---|---|
US20180300378A1 true US20180300378A1 (en) | 2018-10-18 |
Family
ID=39153209
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/979,255 Expired - Fee Related US10002167B2 (en) | 2000-02-25 | 2007-10-31 | Search-on-the-fly/sort-on-the-fly by a search engine directed to a plurality of disparate data sources |
US14/971,133 Expired - Fee Related US9477726B2 (en) | 2000-02-25 | 2015-12-16 | Search-on-the-fly/sort-on-the-fly search engine for searching databases |
US14/972,587 Expired - Fee Related US9507835B2 (en) | 2000-02-25 | 2015-12-17 | Search-on-the-fly/sort-on-the-fly search engine for searching databases |
US16/010,491 Abandoned US20180300378A1 (en) | 2000-02-25 | 2018-06-17 | Search-on-the-fly/sort-on-the-fly search engine for searching databases |
Family Applications Before (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/979,255 Expired - Fee Related US10002167B2 (en) | 2000-02-25 | 2007-10-31 | Search-on-the-fly/sort-on-the-fly by a search engine directed to a plurality of disparate data sources |
US14/971,133 Expired - Fee Related US9477726B2 (en) | 2000-02-25 | 2015-12-16 | Search-on-the-fly/sort-on-the-fly search engine for searching databases |
US14/972,587 Expired - Fee Related US9507835B2 (en) | 2000-02-25 | 2015-12-17 | Search-on-the-fly/sort-on-the-fly search engine for searching databases |
Country Status (1)
Country | Link |
---|---|
US (4) | US10002167B2 (en) |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8661033B2 (en) * | 2009-03-31 | 2014-02-25 | Innography, Inc. | System to provide search results via a user-configurable table |
US8452765B2 (en) * | 2010-04-23 | 2013-05-28 | Eye Level Holdings, Llc | System and method of controlling interactive communication services by responding to user query with relevant information from content specific database |
US20120303602A1 (en) * | 2011-02-04 | 2012-11-29 | The Dun & Bradstreet Corporation | Universal language kit for search engines |
US10459608B2 (en) | 2014-12-01 | 2019-10-29 | Ebay Inc. | Mobile optimized shopping comparison |
US20170371953A1 (en) * | 2016-06-22 | 2017-12-28 | Ebay Inc. | Search system employing result feedback |
CN111753548B (en) * | 2020-03-04 | 2024-09-20 | 北京沃东天骏信息技术有限公司 | Information acquisition method and device, computer storage medium and electronic equipment |
US11093492B1 (en) * | 2021-02-25 | 2021-08-17 | Ravishankar Narayanan Nair | System and method of fetching data from an external program |
US12265538B2 (en) * | 2021-11-03 | 2025-04-01 | Capital One Services, Llc | Schema-adaptable data enrichment and retrieval |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4879648A (en) * | 1986-09-19 | 1989-11-07 | Nancy P. Cochran | Search system which continuously displays search terms during scrolling and selections of individually displayed data sets |
US5206949A (en) * | 1986-09-19 | 1993-04-27 | Nancy P. Cochran | Database search and record retrieval system which continuously displays category names during scrolling and selection of individually displayed search terms |
US5768581A (en) * | 1996-05-07 | 1998-06-16 | Cochran; Nancy Pauline | Apparatus and method for selecting records from a computer database by repeatedly displaying search terms from multiple list identifiers before either a list identifier or a search term is selected |
US5893094A (en) * | 1997-07-25 | 1999-04-06 | Claritech Corporation | Method and apparatus using run length encoding to evaluate a database |
US5966126A (en) * | 1996-12-23 | 1999-10-12 | Szabo; Andrew J. | Graphic user interface for database system |
US6167397A (en) * | 1997-09-23 | 2000-12-26 | At&T Corporation | Method of clustering electronic documents in response to a search query |
US8583627B1 (en) * | 2005-07-01 | 2013-11-12 | Google Inc. | Display-content alteration for user interface devices |
Family Cites Families (86)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4041463A (en) | 1976-01-22 | 1977-08-09 | Infodetics, Inc. | Document filing, updating and retrieval system |
US4873623A (en) | 1985-04-30 | 1989-10-10 | Prometrix Corporation | Process control interface with simultaneously displayed three level dynamic menu |
US5201047A (en) | 1989-12-21 | 1993-04-06 | International Business Machines Corporation | Attribute-based classification and retrieval system |
US5222234A (en) | 1989-12-28 | 1993-06-22 | International Business Machines Corp. | Combining search criteria to form a single search and saving search results for additional searches in a document interchange system |
US5361199A (en) | 1990-07-31 | 1994-11-01 | Texas Instruments Incorporated | Automated procurement system with multi-system data access |
US5355474A (en) | 1991-09-27 | 1994-10-11 | Thuraisngham Bhavani M | System for multilevel secure database management using a knowledge base with release-based and other security constraints for query, response and update modification |
JPH0820937B2 (en) | 1991-10-18 | 1996-03-04 | インターナショナル・ビジネス・マシーンズ・コーポレイション | Method and apparatus for displaying selected printer responses for different applications |
US5404507A (en) | 1992-03-02 | 1995-04-04 | At&T Corp. | Apparatus and method for finding records in a database by formulating a query using equivalent terms which correspond to terms in the input query |
US5337347A (en) | 1992-06-25 | 1994-08-09 | International Business Machines Corporation | Method and system for progressive database search termination and dynamic information presentation utilizing telephone keypad input |
US5911138A (en) | 1993-06-04 | 1999-06-08 | International Business Machines Corporation | Database search facility having improved user interface |
US5560007A (en) | 1993-06-30 | 1996-09-24 | Borland International, Inc. | B-tree key-range bit map index optimization of database queries |
US5550971A (en) | 1993-06-30 | 1996-08-27 | U S West Technologies, Inc. | Method and system for generating a user interface adaptable to various database management systems |
US5537590A (en) | 1993-08-05 | 1996-07-16 | Amado; Armando | Apparatus for applying analysis rules to data sets in a relational database to generate a database of diagnostic records linked to the data sets |
US5602563A (en) | 1993-12-15 | 1997-02-11 | International Business Machines Corporation | Float to surface display |
US5584024A (en) | 1994-03-24 | 1996-12-10 | Software Ag | Interactive database query system and method for prohibiting the selection of semantically incorrect query parameters |
US5809266A (en) | 1994-07-29 | 1998-09-15 | Oracle Corporation | Method and apparatus for generating reports using declarative tools |
US5577241A (en) | 1994-12-07 | 1996-11-19 | Excite, Inc. | Information retrieval system and method with implementation extensible query architecture |
US5907837A (en) | 1995-07-17 | 1999-05-25 | Microsoft Corporation | Information retrieval system in an on-line network including separate content and layout of published titles |
US5894311A (en) | 1995-08-08 | 1999-04-13 | Jerry Jackson Associates Ltd. | Computer-based visual data evaluation |
US5864842A (en) | 1995-10-23 | 1999-01-26 | Ncr Corporation | Optimization of SQL queries using hash star join operations |
AU1122997A (en) | 1995-11-07 | 1997-06-11 | Cadis, Inc. | Search engine for remote object oriented database management system |
US5983220A (en) | 1995-11-15 | 1999-11-09 | Bizrate.Com | Supporting intuitive decision in complex multi-attributive domains using fuzzy, hierarchical expert models |
US5842203A (en) * | 1995-12-01 | 1998-11-24 | International Business Machines Corporation | Method and system for performing non-boolean search queries in a graphical user interface |
US6625617B2 (en) * | 1996-01-02 | 2003-09-23 | Timeline, Inc. | Modularized data retrieval method and apparatus with multiple source capability |
TW331612B (en) | 1996-03-05 | 1998-05-11 | Soft Future Design Kk | Data processing apparatus and register address translation method. |
US5826257A (en) | 1996-03-20 | 1998-10-20 | Microsoft Corporation | Method and structure for maintaining and utilizing a lookup value associated with a stored database value |
US5806066A (en) * | 1996-03-26 | 1998-09-08 | Bull Hn Information Systems Inc. | Method of integrating schemas of distributed heterogeneous databases |
US6014661A (en) | 1996-05-06 | 2000-01-11 | Ivee Development Ab | System and method for automatic analysis of data bases and for user-controlled dynamic querying |
US5963938A (en) | 1996-05-17 | 1999-10-05 | Novell Inc. | Automatic, context-organizing, query interface |
US5953716A (en) * | 1996-05-30 | 1999-09-14 | Massachusetts Inst Technology | Querying heterogeneous data sources distributed over a network using context interchange |
US5913214A (en) * | 1996-05-30 | 1999-06-15 | Massachusetts Inst Technology | Data extraction from world wide web pages |
US5802518A (en) | 1996-06-04 | 1998-09-01 | Multex Systems, Inc. | Information delivery system and method |
US5813014A (en) | 1996-07-10 | 1998-09-22 | Survivors Of The Shoah Visual History Foundation | Method and apparatus for management of multimedia assets |
US5844554A (en) | 1996-09-17 | 1998-12-01 | Bt Squared Technologies, Inc. | Methods and systems for user interfaces and constraint handling configurations software |
US6085186A (en) | 1996-09-20 | 2000-07-04 | Netbot, Inc. | Method and system using information written in a wrapper description language to execute query on a network |
US5857194A (en) * | 1996-11-07 | 1999-01-05 | General Electric Company | Automatic transmission of legacy system data |
US5812130A (en) | 1996-12-06 | 1998-09-22 | International Business Machines Corporation | Data management system and method for concurrent engineering |
US6295533B2 (en) | 1997-02-25 | 2001-09-25 | At&T Corp. | System and method for accessing heterogeneous databases |
US6131098A (en) | 1997-03-04 | 2000-10-10 | Zellweger; Paul | Method and apparatus for a database management system content menu |
WO1998049632A1 (en) | 1997-04-25 | 1998-11-05 | Price Waterhouse, Llp | System and method for entity-based data retrieval |
US5924090A (en) | 1997-05-01 | 1999-07-13 | Northern Light Technology Llc | Method and apparatus for searching a database of records |
US5950190A (en) | 1997-05-13 | 1999-09-07 | Aptek, Inc. | Dynamic, self-modifying graphical user interface for relational database applications |
US6374275B2 (en) | 1997-06-11 | 2002-04-16 | Scientific-Atlanta, Inc. | System, method, and media for intelligent selection of searching terms in a keyboardless entry environment |
CA2241767C (en) * | 1997-06-27 | 2004-01-20 | Juxtacomm Technologies Inc. | A system for transforming and exchanging data between distributed heterogeneous computer systems |
US6035283A (en) | 1997-10-10 | 2000-03-07 | International Business Machines Corporation | Virtual sales person for electronic catalog |
US6484149B1 (en) | 1997-10-10 | 2002-11-19 | Microsoft Corporation | Systems and methods for viewing product information, and methods for generating web pages |
US5991756A (en) | 1997-11-03 | 1999-11-23 | Yahoo, Inc. | Information retrieval from hierarchical compound documents |
US6128617A (en) | 1997-11-24 | 2000-10-03 | Lowry Software, Incorporated | Data display software with actions and links integrated with information |
US6009422A (en) | 1997-11-26 | 1999-12-28 | International Business Machines Corporation | System and method for query translation/semantic translation using generalized query language |
US6137488A (en) | 1997-12-05 | 2000-10-24 | International Business Machines Corporation | System for creating structured fields on electronic forms |
US20020059294A1 (en) | 1998-01-30 | 2002-05-16 | Sandro Bottarelli | Method and apparatus for elaborating and representing data analysis in a decision support system |
US6032145A (en) | 1998-04-10 | 2000-02-29 | Requisite Technology, Inc. | Method and system for database manipulation |
US6006225A (en) | 1998-06-15 | 1999-12-21 | Amazon.Com | Refining search queries by the suggestion of correlated terms from prior searches |
US6401118B1 (en) | 1998-06-30 | 2002-06-04 | Online Monitoring Services | Method and computer program product for an online monitoring search engine |
US6144958A (en) | 1998-07-15 | 2000-11-07 | Amazon.Com, Inc. | System and method for correcting spelling errors in search queries |
US6266660B1 (en) | 1998-07-31 | 2001-07-24 | Unisys Corporation | Secondary index search |
US6282539B1 (en) | 1998-08-31 | 2001-08-28 | Anthony J. Luca | Method and system for database publishing |
US6233583B1 (en) | 1998-09-10 | 2001-05-15 | International Business Machines Corporation | Report generator for use within a lotus notes database system |
US6397221B1 (en) | 1998-09-12 | 2002-05-28 | International Business Machines Corp. | Method for creating and maintaining a frame-based hierarchically organized databases with tabularly organized data |
US6480843B2 (en) | 1998-11-03 | 2002-11-12 | Nec Usa, Inc. | Supporting web-query expansion efficiently using multi-granularity indexing and query processing |
US6457009B1 (en) | 1998-11-09 | 2002-09-24 | Denison W. Bollay | Method of searching multiples internet resident databases using search fields in a generic form |
US6523028B1 (en) | 1998-12-03 | 2003-02-18 | Lockhead Martin Corporation | Method and system for universal querying of distributed databases |
US6366910B1 (en) | 1998-12-07 | 2002-04-02 | Amazon.Com, Inc. | Method and system for generation of hierarchical search results |
US6285998B1 (en) | 1999-02-23 | 2001-09-04 | Microsoft Corporation | System and method for generating reusable database queries |
US6397212B1 (en) | 1999-03-04 | 2002-05-28 | Peter Biffar | Self-learning and self-personalizing knowledge search engine that delivers holistic results |
US6745177B2 (en) | 1999-04-09 | 2004-06-01 | Metro One Telecommunications, Inc. | Method and system for retrieving data from multiple data sources using a search routing database |
US6768997B2 (en) | 1999-05-24 | 2004-07-27 | International Business Machines Corporation | System and method for creating a search query using movable elements in a graphical user interface |
US8438487B1 (en) | 1999-05-24 | 2013-05-07 | Catherine Lin-Hendel | Method and system for one-click navigation and browsing of electronic media and their category structure as well as tracking the navigation and browsing thereof |
US6460031B1 (en) | 1999-06-28 | 2002-10-01 | Sap Aktiengesellschaft | System and method for creating and titling reports using an integrated title bar and navigator |
US8751272B1 (en) | 1999-07-20 | 2014-06-10 | Expedia, Inc. | Fare compare—a system for collecting and displaying price information |
US6529898B1 (en) | 1999-07-22 | 2003-03-04 | Matthew Shawn Fortner | Method and system for electronically retrieving door hardware data |
US6519586B2 (en) | 1999-08-06 | 2003-02-11 | Compaq Computer Corporation | Method and apparatus for automatic construction of faceted terminological feedback for document retrieval |
US7062453B1 (en) | 1999-08-31 | 2006-06-13 | Interchange Corporation | Methods and systems for a dynamic networked commerce architecture |
US6324534B1 (en) | 1999-09-10 | 2001-11-27 | Requisite Technology, Inc. | Sequential subset catalog search engine |
US6345273B1 (en) | 1999-10-27 | 2002-02-05 | Nancy P. Cochran | Search system having user-interface for searching online information |
US6535908B1 (en) | 1999-11-16 | 2003-03-18 | William J. Johnson | System and method for call record search and call record verification for network certification |
US6785671B1 (en) | 1999-12-08 | 2004-08-31 | Amazon.Com, Inc. | System and method for locating web-based product offerings |
US20010051893A1 (en) | 2000-03-16 | 2001-12-13 | Atsushi Hanai | Online shopping system and method |
US20010049677A1 (en) * | 2000-03-30 | 2001-12-06 | Iqbal Talib | Methods and systems for enabling efficient retrieval of documents from a document archive |
US7035864B1 (en) | 2000-05-18 | 2006-04-25 | Endeca Technologies, Inc. | Hierarchical data-driven navigation system and method for information retrieval |
US7062483B2 (en) | 2000-05-18 | 2006-06-13 | Endeca Technologies, Inc. | Hierarchical data-driven search and navigation system and method for information retrieval |
EP1182581B1 (en) | 2000-08-18 | 2005-01-26 | Exalead | Searching tool and process for unified search using categories and keywords |
US20020111832A1 (en) | 2000-10-23 | 2002-08-15 | Robert Judge | Method and apparatus for delivering a pharmaceutical prescription copay counselor over an internet protocol network |
US20020152210A1 (en) * | 2001-04-03 | 2002-10-17 | Venetica Corporation | System for providing access to multiple disparate content repositories with a single consistent interface |
US6988095B1 (en) | 2001-05-07 | 2006-01-17 | Hearst Business Communications, Inc. | Systems and methods for performing parametric searches |
US20030069878A1 (en) * | 2001-07-18 | 2003-04-10 | Gidon Wise | Data search by selectable pre-established descriptors and categories of items in data bank |
-
2007
- 2007-10-31 US US11/979,255 patent/US10002167B2/en not_active Expired - Fee Related
-
2015
- 2015-12-16 US US14/971,133 patent/US9477726B2/en not_active Expired - Fee Related
- 2015-12-17 US US14/972,587 patent/US9507835B2/en not_active Expired - Fee Related
-
2018
- 2018-06-17 US US16/010,491 patent/US20180300378A1/en not_active Abandoned
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4879648A (en) * | 1986-09-19 | 1989-11-07 | Nancy P. Cochran | Search system which continuously displays search terms during scrolling and selections of individually displayed data sets |
US5206949A (en) * | 1986-09-19 | 1993-04-27 | Nancy P. Cochran | Database search and record retrieval system which continuously displays category names during scrolling and selection of individually displayed search terms |
US5768581A (en) * | 1996-05-07 | 1998-06-16 | Cochran; Nancy Pauline | Apparatus and method for selecting records from a computer database by repeatedly displaying search terms from multiple list identifiers before either a list identifier or a search term is selected |
US5966126A (en) * | 1996-12-23 | 1999-10-12 | Szabo; Andrew J. | Graphic user interface for database system |
US5893094A (en) * | 1997-07-25 | 1999-04-06 | Claritech Corporation | Method and apparatus using run length encoding to evaluate a database |
US6167397A (en) * | 1997-09-23 | 2000-12-26 | At&T Corporation | Method of clustering electronic documents in response to a search query |
US8583627B1 (en) * | 2005-07-01 | 2013-11-12 | Google Inc. | Display-content alteration for user interface devices |
Also Published As
Publication number | Publication date |
---|---|
US20160103895A1 (en) | 2016-04-14 |
US10002167B2 (en) | 2018-06-19 |
US9477726B2 (en) | 2016-10-25 |
US20160098452A1 (en) | 2016-04-07 |
US20080065612A1 (en) | 2008-03-13 |
US9507835B2 (en) | 2016-11-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6760720B1 (en) | Search-on-the-fly/sort-on-the-fly search engine for searching databases | |
US7188100B2 (en) | Search-on-the-fly report generator | |
US9507835B2 (en) | Search-on-the-fly/sort-on-the-fly search engine for searching databases | |
US8250491B2 (en) | Navigation history | |
US7237187B2 (en) | Interactively comparing records in a database | |
US7203675B1 (en) | Methods, systems and data structures to construct, submit, and process multi-attributal searches | |
US6848077B1 (en) | Dynamically creating hyperlinks to other web documents in received world wide web documents based on text terms in the received document defined as of interest to user | |
US7840584B2 (en) | Iterative data analysis enabled through query result abstraction | |
US20030055830A1 (en) | Method and system for specifying and displaying table joins in relational database queries | |
US20010003455A1 (en) | Method, system and graphic user interface for entering and editing filter conditions for filtering a database | |
US20030093337A1 (en) | System and method for creating a searchable electronic catalog | |
US20100325101A1 (en) | Marketing asset exchange | |
CA2358204A1 (en) | System and method for retrieving information from an electronic catalog | |
WO2006110372A2 (en) | Apparatus and method for deterministically constructing a text question for application to a data source | |
US20190370298A1 (en) | Database Operations and Data Manipulation Using Search-On-The-Fly | |
US20060235828A1 (en) | User interface method for grouping conditions without editing | |
WO2002017123A2 (en) | Search-on-the-fly with merge function | |
EP1423798A2 (en) | Search-on-the-fly with merge function | |
US20020087517A1 (en) | Enhanced method and system for storing and managing search criteria |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: VILOX TECHNOLOGIES, LLC, TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:DE BELLIS, JOSEPH L;REEL/FRAME:046377/0254 Effective date: 20180612 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: APPLICATION DISPATCHED FROM PREEXAM, NOT YET DOCKETED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE |