EP1423798A2 - Search-on-the-fly with merge function - Google Patents
Search-on-the-fly with merge functionInfo
- Publication number
- EP1423798A2 EP1423798A2 EP01964387A EP01964387A EP1423798A2 EP 1423798 A2 EP1423798 A2 EP 1423798A2 EP 01964387 A EP01964387 A EP 01964387A EP 01964387 A EP01964387 A EP 01964387A EP 1423798 A2 EP1423798 A2 EP 1423798A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- search
- data
- database
- list
- displayed
- 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.)
- Withdrawn
Links
Definitions
- a computerized database typically 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 ofthe 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.
- 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.
- DBMS database management system
- the DBMS stores, retrieves and modifies data associated with the database.
- 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.
- SQL is standardized, most implementations ofthe 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.
- 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.
- Sort-on-the-Fly/Search-on-the-Fly is an information gathering process or analysis process about data stored in one or more databases.
- the on-the-fly methods and apparatus often use or include sorting and searching. While Sort-on-the-Fly/Search-on-the-Fly may be a search engine or part of a search engine, it may also stand alone or make calls to a search engine.
- database search engines may be used in conjunction with on-the-fly methods and apparatus. Using Sort-on-the-Fly/Search-on-the-Fly, a user selects a desired term, and the user is delivered all instances of the desired term, even if a specific file or table does not contain the instance.
- a database manager or other software will access the database using the desired name, and will organize the 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 or information retrieval to narrow or focus the results, or for other reasons. For example, given results for all names that include the name "Smith,” the user may then decide to obtain information for all "Smiths" that include an association to an address in New Jersey. Search-on-the-fly then conducts a further information gathering using this criteria and produces a second result.
- search-on-the-fly uses graphical user interfaces (GUIs) and one or more icons to make the information gathering process as efficient as possible.
- GUIs may incorporate one or more pull down menus of available sorting terms. As a user selects an item from a first pulldown menu, a subsequent pulldown menu displays choices that are available for sorting or searching. The process may be continued or repeated until Sort-on-the-Fly/Search-on-the-Fly has retrieved or displayed a discrete data entry from the database.
- the pulldown menus are not pre-formatted.
- search-on-the-fly 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 analysis, sorting and/or searches that return generally accurate results.
- Search-on-the-fly also searches on key words specified by the user. Search-on- the-fly can be used to exclude certain items.
- Search-on-the-fly incorporates other advanced features such as saving results by attaching a cookie to a user's computer, and associating icons with the results. Search-on-the-fly may be used with both internal and external databases.
- Search-on-the-fly may be used with a company internal database and one or more databases accessible through the Internet.
- Search-on-the-fly is user-friendly. With one interface, many different types of databases or database schemas may be searched or sorted.
- 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.
- Figure 1 is a block diagram of a system that uses a search-on-the-fly/sort-on-the- fly process
- Figure 2 is another overall block diagram ofthe system of Figure 1
- Figure 3 is a detailed block diagram ofthe search engine used with the system of Figure 2
- Figure 4 is an example of a search-on-the-fly using the search engine of Figure 3
- Figures 5 - 9 are detailed block diagrams of components of the search engine of Figure 3
- Figure 10 is another example of a search-on-the-fly using the search engine of Figure 3
- Figures 11 - 15b are additional examples of a search-on-the-fly using the search engine of Figure 3
- Figures 16 - 20 are flow charts illustrating operations of the search engine of Figure 3
- Figure 21 illustrates a further function of the search engine of Figure 3 in which results of more than one search are combined
- Figures 22 - 26 illustrate graphical user interfaces that
- ordinary search engines place constraints on any search.
- a partial ordering of available search criteria limits application of the search engine only to certain search sequences.
- the user is given a choice of search sequences, and the order in which individual search steps in the search sequence become available limits the direction ofthe search.
- a user who desires to take a vacation cruise may use an Internet search engine to find a desired vacation package.
- the search begins with presentation of a list of general categories, and the user clicks on "travel,” which produces a list of subcategories. The user then clicks on "cruises” from the resulting list of subcategories, and so on in a cumulative narrowing of possibilities until the user finds the desired destination, date, cruise line, and price.
- predefined constraints are helpful in that predefined constraints allow a search engine to logically and impersonally order the user's thoughts in such a way that if the user has a clear idea of what object the user wants, and if the object is there to be found, then the user is assured of finding the object. Indeed, the user may want to know that choosing any available category in a search sequence will produce an exhaustive and disjunctive list of subcategories from which another choice can be made.
- the solution is elegant: upon selecting a category or entering a keyword, the user can be given not only a list of subcategories, but the option to apply previously available categories as well.
- the open topology of the search tree can be arbitrarily closed by permitting search sequences to loop and converge. Previous lists can be accessed and used as points of divergence from which new sub-sequences branch off, and the attributes corresponding to distinct sub-sequences can later be merged.
- Sort-on-the-fly/search-on-the-fly data analysis, sorting access and retrieval methods and apparatus provide an intuitive means for analyzing various types of databases, allowing a user to obtain information about and/or access data in the database without having to know anything about the database structure.
- a user selects a desired term, and a database manager reviews 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 analyze the database using the name of a specific individual as a database entry point, the database manager will search the database or index using the desired name, and will organize the 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 are permitted, with the search engine returning results based on any new criteria.
- This on-the-fly method or process can be used to simply analyze data or gather information about data stored in a database.
- the actual data itself does not need to be fetched, displayed, printed or even sorted.
- the user may simply wish to use this tool to "clean-up" data or understand how data could be sorted or for other reasons.
- Figure 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 tlirough 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.
- satellite distribution networks and any other medium capable of carrying digital data.
- 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 Figure 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.
- Figure 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 Figure 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 Figure 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.
- Patent 5,522,066, "Interface for Accessing Multiple Records Stored in Different File System Formats," and U.S. Patent 5,974,407, "Method and Apparatus for Implementing a Hierarchical Database Management System (HDBMS) Using a Relational Database Management System (RDBMS) ad the Implementing Apparatus," the disclosures of which is hereby inco ⁇ orated by reference.
- 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.
- 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 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.
- Figure 4 An example of such a data field result list is shown in Figure 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.
- the search engine 125 may, in an iterative fashion, attempt to reduce, or truncate, the result list until the result list may be displayed.
- 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. Based on the available database data fields, the user may then perform a further search-on-the-fly.
- FIG. 5 is a more detailed block diagram ofthe 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.
- 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.
- 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. In particular, 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 then 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.
- a new constraint such as a new narrowing request
- 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.
- the truncator 152 may include a variable limit 155 that is set, for example, according to a capacity of the termmal 14 to display the search results 175. If data retrieved from the database 12 exceed the limit value, 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 ofthe 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.
- 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. In another embodiment, the truncator first attempts to display information without truncation.
- 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 Figure 52
- a cellular phone see Figure 50
- the search engine 125 may return a result list 175 ofthe request 114 on multiple display pages, and the user may toggle between these multiple display pages.
- the terminal 14 is limited to displaying a maximum of ten entries, and if the request 114 results in a return of a data field comprising the 400 largest cities in the United States, the truncator 152 will produce a list of 23 entries comprising 23 alphabetical characters (no cities that begin with Q, Y or Z - see Figure 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.
- 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.
- 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.
- 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 fist list may include the entries "Fa,” “Fe,” “Fi,” “Fo,” and "Fu,” all of which represent titles of books.
- FIG. 14 is a block diagram showing the status control 140, which is responsible for monitoring the status of a current search.
- 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. In an embodiment, the refresh function may be used to clear all past search cycles and the current search cycle from the status control 140.
- 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 Figure 4) on a displayed result list, or on another portion of a GUI.
- 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.
- Figure 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. Patent 5,222,066, Interface for Accessing Multiple Records Stored in Different File System Formats, the disclosure of which is hereby incorporated by reference.
- Figure 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.
- Figure 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 ofthe 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. As shown in Figure 10, 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 ofthe 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 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. Next, 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 an 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 ofthe data by last name and by first name, menu 223.
- Figures 11 - 15b illustrate exemplary searches of a remote database, such as the database 13 shown in Figure 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. Because the list of titles is too large to easily display at the terminal 14, the truncator 152 loops until an alphanumeric list 234 is created.
- Figure 15b 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: Query Analyzer Message Received: ACK Status Control: Refresh Dispatcher Message Sent: Categories — Title—Author — ISBN ⁇ SubTitle ⁇ Format ⁇ Date Published-Stock Status ⁇ Recommended Age ⁇ Pages ⁇ Ratings ⁇ Price ⁇ Retail ⁇ Savings — Publisher Query Analyzer Message Received: CLK#0#1 Categories Status Control received an update: Key: Categoriesl Option: Categories Level: 1 Filter: Field: Categories Query Generator Request is not cached, processing Generated Query: SELECT DISTINCT [Categories] FROM Books ORDER BY [Categories] Number of Matching Records: 2032 Generated Query: SELECT DISTINCT SUBSTRTNG([Categories],l,82
- Dispatcher Message Sent Afric ⁇ Art, ⁇ Biogr ⁇ Busin ⁇ Compu ⁇ Cooki ⁇ Engin ⁇ Enter ⁇ Ficti ⁇ Histo ⁇ Home ⁇ Horro ⁇ Kids ! ⁇ Law: ⁇ Medic ⁇ Mind, ⁇ Nonfi ⁇ Paren ⁇ Poetr ⁇ Refer ⁇ Relig ⁇ Scien ⁇ Small ⁇ S ⁇ ort ⁇ Trave ⁇ Write ⁇ Query Analyzer Message Received: CLKCategories In the example illustrated by Figure 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.
- the truncator 152 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.
- the user has selected "Categories" as a data field to search.
- 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.
- Figure 16 - 20 are flow charts illustrating operations of the search engine 125.
- Figure 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. 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 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. In particular, 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 Figure 17. The subroutine starts at 272. In block 274, 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.
- 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.
- block 276 if a key word search option was not selected, 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, the query generator 150 generates 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.
- Figures 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. 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 is shown in the example of Figure 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.
- 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.
- Figure 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.
- 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 then 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.
- the examples illustrated in Figures 18 - 20 are but a few examples of the truncations subroutine.
- 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. In an embodiment, 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.
- Figure 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 Figure 1.
- a remote database selection 420 that represents databases, such as the databases 13 and 15 shown in Figure 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 ofthe 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 ofthe 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.
- 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.
- other Boolean functions may be used.
- the result represented by the icon 436 ofthe 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 that 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 icon 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.
- Figures 22 - 26 are examples of such GUIs.
- a GUI 450 includes a display sectioi ⁇ 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 patients 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.
- 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. The user may continue to search the medicines database 478 using key word techniques and search-on-the-fly techniques.
- Figure 24 shows the GUI 450 with results of several search cycles displayed.
- Figure 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.
- Figure 26 shows a search of the Amazon database 462. This search may also be initiated by a "drag-and-drop" operation.
- the SOTF search engine 125 may accommodate merging of one or more sets of search results.
- the multiple search results may be derived from a common database, or from more than one database.
- a search using the search engine 125 may be controlled through a user interface by one or more icons that can represent (1) filters or (2) the images of filters.
- the icon may represent spatial or temporal attributes, or sets of objects or procedures.
- Merging the icons thus has two interpretations corresponding to (1) and (2): either filters are added ("apply every filter in every icon to every image to which it can be applied"), or image sets are added.
- the addition (union or join) operator may be any other relational operator, e.g. divide, difference.
- Use of the merge function may be explained by reference to Boolean lattices.
- a collection of entities can have attributes A or B or both. If ⁇ A ⁇ is the set of all A entities and ⁇ B ⁇ is the set of all B entities; the set whose elements all possess both attributes A and B may now be written ⁇ A and B ⁇ , and the set whose elements all possess either attribute A or attribute B or both may be written ⁇ A or B ⁇ .
- the elements of ⁇ A and B ⁇ can be considered to possess a new, less inclusive or specific attribute C, and the elements of ⁇ A or B ⁇ to possess a new, more inclusive or general attribute D.
- the nodes are attributes; the most inclusive attribute (in this case D) is always at the top and is called the join of those attributes (nodes) immediately below it, and the most exclusive attribute (in this case C) is always at the bottom and is called the meet of those attributes (nodes) immediately above it.
- the OR operation yields the join of two attributes, while the AND operation yields their meet.
- the OR operator is upward or inductive (yielding the more inclusive join of the operands), while the AND operation is downward or deductive (yielding the more exclusive meet of the operands).
- the nodal attributes of such a lattice are analogous to filters; but since a principle called CF duality states that attributes and sets are to some extent interchangeable because every attribute characterizes a set and every set is characterized by an attribute, these attributes are logically equivalent to the sets they characterize.
- the downward AND operator corresponds to stacking colored filters
- the upward OR operator corresponds to mixing colored paints or filters.
- stacking and unstacking colored lenses is called a subtractive process
- mixing or unmixing paints is called an additive process.
- the search engine 125 may include iconization (iconic representation) of an algebra or calculus of relations defined on Boolean lattices.
- This representation begins with a set of primitive icons extracted from base tables and defines new icons (derived tables, virtual databases) by means of simple user-executed operations.
- the icons can be effortlessly translated into lists of data corresponding to the icons, and it is these lists that comprise the real substance of any search procedure.
- search chains are branched into to chains A and B, the filters subsequently applied to each chain can be the same or different, and merging can signify any of two or more Boolean relationships (relational operations) defined on a relational database. Specifically, when chains merge, sets of filters can be added or intersected.
- filters are constraints, adding them amounts to intersecting their images, while adding their images amounts to intersecting the filters (infopositive-infonegative distinction). Equivalently, one may consider positive and negative filters effecting deduction and induction respectively; the filters are descriptive, while the images are substantive. The extent to which the images of filters can intersect depends on the commonality (predicative non-exclusivity) of domains. Icon algebras (of iconic operators) are "object- oriented" on the GUI level; they are UI extensions of the innate object-orientation of relational databases themselves, wherein the objects are records, attributes, tables, virtual databases and so on, and the operations are those of any relational algebra. The looping and merging of search chains is to some extent algebraic.
- Continuous looping applies "inverse deductive filters” to achieve induction by descriptive intersection of filter constraints, permitting the retrograde convergence of paths to identical ancestral objects (inductive merging of objects), while inductive looping is just direct regression to an ancestral object preparatory to splitting it and thus effecting divergence of paths (deductive splitting of objects).
- Deductive convergence of paths is "natural” if iconic image sets intersect and “forced” if not; if natural, then there has been non-exclusivity of subobjects, and paths are not unique (even though identical filters can apply to divergent paths without impairing uniqueness). So all deductive merging is forced, and this entails a decision regarding which filters are to be conserved and which discarded.
- the merge control thus has a "switch" toggling between "Qualities / Objects".
- the switch When the switch is in the "qualities" position, merging icons performs a qualified deductive conjunction of filters and yields a set intersect; when it is in the "objects" position, merging the icons performs a disjunction of filters and an inductive union of sets, yielding a more general attribute (the general qualities created by the object-merge operation will be produced by sets of filters applied disjunctively).
- the search engine 125 is therefore capable of inductive and deductive information processing.
- a quality-merge in which filters do not cross the line between composite icons equates to an object merge; the set thus selected is characterized by a more general quality which amounts to the descriptive (filtrative) union.
- the search engine 125 allows users to choose which filters are to cross the inter-icon line and which are not, resulting in complex Boolean expressions and the sets they characterize (determining consistency of complex expressions can amount to LSAT; sets of inconsistent expressions will simply yield a null return.
- Icons may reside in the first menu box to appear, being transferred from menu to menu as the path is generated and filters are accumulated.
- the path is regarded as "complete” and is stored in a holding module.
- the quality/object switch Prior to the merging operation, the quality/object switch is set; and icon subfilters or subsets individually displayed.
- a "lattice navigator" will keep track of position and equivalence, folding the search graph in case a node of the original tree is inductively encountered in the course of an object-merge; otherwise, the icon remains in "internodal space” (which is to be regarded as a virtual space realized only in the event that the search tree is nondisjunctive in its nodes and therefore incomplete with respect to the semantic net generated by the tree).
- Figure 27 is a flow chart illustrating an alternative operation 600 of the query generator 150 of Figure 6.
- the query generator 150 is adapted to receive multiple selections of items within a same menu function and within a same merge function.
- the request analyzer 130 (see Figure 5) may be adapted to receive a collection of user choices.
- the operation 600 begins in block 601.
- the request analyzer 130 receives constraints collected from the constraint collator 136, and the updated request 115, which may be an initial request or a subsequent request, is provided to the query generator 150.
- the query generator 150 determines if the constraints (the request 115) are in the same merge group.
- the process moves to block 607 and the query generator 150 generates the query with a Boolean AND. If the request is not in the same merge group, the query generator 150 generates the query with a Boolean OR, block 609. In block 611, the items selected within the same unit are Or'ed and the default truncator may be used depending on the size of the returned items. In block 613, the generated query is executed. In block 615, the number of records to be displayed is checked. If the number is within a specified limit, the process moves to block 617 and the search results are returned for display. The operation 600 then ends, block 625.
- a truncation routine is executed.
- the truncation routine may be any ofthe previously-described truncation routines illustrated in Figures 18-20.
- Figure 28a illustrates an alternate truncation routine 630.
- the routine 630 begins in block 631 with the truncator 152 receiving the request 115.
- the truncation is set to the size of the field being viewed on the GUI, and sets the False Flag.
- the query is then run against the database using the selected truncator, block 635.
- the truncator 152 determines if the number of records that would be retrieved from the database can be displayed on the existing GUI. If the records can be displayed, the process moves to block 639, and the truncator 152 determines if the Flag is set False. If the Flag is set False, the process moves to block 653 and the records are returned (displayed on the GUI). The process then ends, block 655. In block 637, if the number of records exceeds the display size of the GUI, the status of the Flag is
- FIG. 28b illustrates another alternative truncation routine 700.
- the truncator 152 receives the constraints, the view by field and the maximum of number of display items (MNDI).
- the truncation is set to zero (no trunction), and the Flag is set to True.
- the query is generated in block 702.
- query generator receives the constraints, the view by field, and the truncator as parameters, and the query generator returns the query.
- the query is then run against the database, and the counter is set to zero, block 704.
- the truncator 152 fetches the next record and increments the counter. If the end of file is reached, block 706, and the truncation equals zero, block 710, the truncator 152 sends the list of fields to the client, block 712.
- Table 1 illustrates an example ofthe alternate truncation routine 700. This routine begins by attempting not to truncate the records.
- the maximum number (n) of displayable results is three, and the database contains twelve instances of six different cities.
- the database is queried for the full city field with no truncation, and records are fetched. Records are fetched until four (n+1) records are fetched from the database. Since the number of different cities (4) is greater than n, fetching is halted and the process moves to truncation. Then the database is queried for only the first letter ofthe cities (truncation is incremented so that it equals one). For this query the database manager may simply review its index. The compiled list from the query is saved as "A", "N", and "R".
- Figures 29 - 38 illustrate graphical user interfaces and search on the fly results using the search engine 125 with a merge function. In Figure 29, a search of a patent database has been executed to search for patents by primary examiner.
- the Primary Examiner results table lists the arabic numerals 0 - 7 and the letters A-Z, indicating that the database contains names of primary examiners beginning with these numerals/letters.
- the user selects the letter O, and results are returned listing last and first names all primary examiners whose last name begins with O.
- the database lists several primary examiner instances of O'Dea. This could indicate an error in the database.
- the search engine 125 allows these
- Figure 30 shows how multiple-select capabilities ofthe search engine 125 may be used to enhance a search.
- the user searches for 3M Company. Different versions of the company name are then displayed with the returned results. In this way, the user may select the different versions ofthe company that the user wants to use for the search.
- the pop-up pane shows a current status control for the GUI.
- Figure 31 shows the results of subsequent menus showing the aggregation, or merge, of two previous constraints, "3m" and 3-M.”
- Figure 32 shows a merge execution.
- Figure 50 illustrates a standard cellular telephone 800 that may use the search-on- the-fly search engine 125.
- the cellular telephone 800 includes a display 801, a keypad 802, and other controls 803 that may be used to navigate one or more data buses using the search-on-the-fly search engine 125.
- Figure 51 illustrates a personal data assistant (PDA) 800 that may use the search- on-the-fly search engine 125.
- PDA personal data assistant
- the PDA 800 includes a display area 811 and an input area 812.
- Figures 52a - 521 illustrate a search sequence using the cellular telephone 800 configured to use the search-on-the-fly search engine 125.
- the U.S. Patent and Trademark Office patent database is selected.
- the user conducts a search of the U.S. Patent and Trademark Office database using a series of filters. Each time a filter is applied, a search result may be returned and displayed on the display 801.
- the controls 802 the user may add or subtract filters.
- the display 801 shows the accumulative result of the filtering process.
- Figure 53 illustrates a general purpose personal computer system 850 that may be used for search-on-the-fly of a plurality of databases.
- the system 850 includes a processor section 851, a display and a control section coupled to the processor section 851, and a computer readable medium 855, which may be read by components of the processor section 851.
- the computer readable medium 855 may include the software routine required to implement the search-on-the-fly with merge function method.
- 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 ofthe 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).
- any device or assembly of devices on which a finite state machine capable of implementing flowcharts similar to the flowcharts of Figures 16 - 20, 27 and 28 can be used to implement the search engine 125. While using search on the fly has been described in detail for an end result of printing, viewing or displaying data, search on the fly can be useful for other purposes.
- Search on the fly does not require obtaining the underlying data in the database or the display of the underlying data to be useful.
- Search on the fly can be used for gathering information or characteristics about data in a database with or without downloading the data itself. This gathered information about the data can be used to analyze the data, sorting, correct or clean data, verifications and confirmations. For example, search on the fly can be used to determine whether there is existing data in a database within certain ranges or parameters (date ranges, numerical, alphanumerical and other characteristics). If there is data within certain parameters, the number of datapoints within those parameters can also be determined. This information about the data can be gathered using search on the fly with queries to the database manager (which may simply need to query its index and not access the data itself). Another example is correcting data.
- Data may need to be corrected or cleaned for various reasons including spelling errors. Search on the fly can locate these errors without necessarily accessing and downloading the data itself. Certain combinations of characters or truncations will be obvious spelling errors. Also, data that is out of range can be located and corrected or eliminated from the database using search on the fly. Another example is data from one database can be confirmed or verified against data in a second database using search on the fly. Those skilled in the art will find many uses and specific applications for search on the fly.
- 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 there equivalents, in which all terms are to be understood in their broadest possible sense unless otherwise indicated.
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/US2001/026402 WO2002017123A2 (en) | 2000-08-24 | 2001-08-24 | Search-on-the-fly with merge function |
Publications (1)
Publication Number | Publication Date |
---|---|
EP1423798A2 true EP1423798A2 (en) | 2004-06-02 |
Family
ID=32295731
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP01964387A Withdrawn EP1423798A2 (en) | 2001-08-24 | 2001-08-24 | Search-on-the-fly with merge function |
Country Status (1)
Country | Link |
---|---|
EP (1) | EP1423798A2 (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5805167A (en) * | 1994-09-22 | 1998-09-08 | Van Cruyningen; Izak | Popup menus with directional gestures |
GB2332293A (en) * | 1997-12-11 | 1999-06-16 | British Telecomm | An Input Device |
GB2339374A (en) * | 1998-07-06 | 2000-01-19 | Ibm | Display screen and window size related web page adaptation system |
US6085187A (en) * | 1997-11-24 | 2000-07-04 | International Business Machines Corporation | Method and apparatus for navigating multiple inheritance concept hierarchies |
-
2001
- 2001-08-24 EP EP01964387A patent/EP1423798A2/en not_active Withdrawn
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5805167A (en) * | 1994-09-22 | 1998-09-08 | Van Cruyningen; Izak | Popup menus with directional gestures |
US6085187A (en) * | 1997-11-24 | 2000-07-04 | International Business Machines Corporation | Method and apparatus for navigating multiple inheritance concept hierarchies |
GB2332293A (en) * | 1997-12-11 | 1999-06-16 | British Telecomm | An Input Device |
GB2339374A (en) * | 1998-07-06 | 2000-01-19 | Ibm | Display screen and window size related web page adaptation system |
Non-Patent Citations (2)
Title |
---|
POLLITT A.S. ET AL: "HIBROWSE: adding the power of relational databases to the traditional IR architecture - the furture for Graphic User Interfaces", INFORMATION RETRIEVAL. NEW SYSTEMS AND CURRENT RESEARCH, 29 March 1993 (1993-03-29), pages 108 - 118, XP008005790 * |
See also references of WO0217123A3 * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7302423B2 (en) | Search-on-the-fly with merge function | |
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 | |
US7203675B1 (en) | Methods, systems and data structures to construct, submit, and process multi-attributal searches | |
US7574423B2 (en) | Partial data model exposure through client side caching | |
US7840584B2 (en) | Iterative data analysis enabled through query result abstraction | |
US5991765A (en) | System and method for storing and manipulating data in an information handling system | |
US6553371B2 (en) | Method and system for specifying and displaying table joins in relational database queries | |
US20060116999A1 (en) | Sequential stepwise query condition building | |
US20080033976A1 (en) | Metadata management for a data abstraction model | |
US20060161528A1 (en) | Method for regenerating selected rows for an otherwise static result set | |
US10599692B2 (en) | Modification of a saved database query based on a change in the meaning of a query value over time | |
US20020095621A1 (en) | Method and system for modifying search criteria based on previous search date | |
US20190370298A1 (en) | Database Operations and Data Manipulation Using Search-On-The-Fly | |
Li et al. | WebDB: a system for querying semi-structured data on the Web | |
WO2002017123A2 (en) | Search-on-the-fly with merge function | |
EP1423798A2 (en) | Search-on-the-fly with merge function | |
EP1775662A1 (en) | Method and computer system for allowing a user to access information content |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 20040316 |
|
AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR |
|
AX | Request for extension of the european patent |
Extension state: AL LT LV MK RO SI |
|
17Q | First examination report despatched |
Effective date: 20050223 |
|
17Q | First examination report despatched |
Effective date: 20050223 |
|
APBK | Appeal reference recorded |
Free format text: ORIGINAL CODE: EPIDOSNREFNE |
|
APBN | Date of receipt of notice of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA2E |
|
APBR | Date of receipt of statement of grounds of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA3E |
|
APAF | Appeal reference modified |
Free format text: ORIGINAL CODE: EPIDOSCREFNE |
|
APBT | Appeal procedure closed |
Free format text: ORIGINAL CODE: EPIDOSNNOA9E |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
18D | Application deemed to be withdrawn |
Effective date: 20110301 |