System and method for floating index navigation

Information

  • Patent Grant
  • 8499000
  • Patent Number
    8,499,000
  • Date Filed
    Wednesday, October 28, 2009
    16 years ago
  • Date Issued
    Tuesday, July 30, 2013
    12 years ago
Abstract
System and method for implementing a floating index navigation tool are described. In one embodiment, the method includes, in response to a user's updating a search term, building first and second search queries; issuing the first and second search queries to at least one database comprising a searchable index of content; and responsive to receipt of search results from the first and second search queries, displaying the first query search results in a first manner and displaying the second query search results in a second manner different than the first manner.
Description
BACKGROUND

Companies are constantly looking for ways to maximize the productivity of their workforces. To this end, technology for providing Integrated Collaborative Environments (“ICEs”) is being developed to provide integrated workspaces for globally distributed teams to organize and communicate via a single user interface. It is anticipated that ICEs will quickly grow beyond the ability of conventional search interfaces to enable users to locate what they need quickly and easily. Therefore, what is needed is a convenient user-friendly mechanism for searching and navigating in such ICEs, as well as other environments.


SUMMARY

One embodiment is a method of implementing a floating index navigation tool. The method comprises, in response to a user's updating a search term, building first and second search queries; issuing the first and second search queries to at least one database comprising a searchable index of content; and responsive to receipt of search results from the first and second search queries, displaying the first query search results in a first manner and displaying the second query search results in a second manner different than the first manner.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a representative block diagram of an environment in which one embodiment of a floating index navigation tool may be implemented.



FIG. 2 illustrates one embodiment of a display of the floating index navigation tool of FIG. 1.



FIG. 3 illustrates a flowchart of the operation of one embodiment of the floating index navigation tool of FIG. 1.





DETAILED DESCRIPTION

To better illustrate the advantages and features of the embodiments, a particular description of several embodiments will be provided with reference to the attached drawings. These drawings, and other embodiments described herein, only illustrate selected aspects of the embodiments and are not intended to limit the scope thereof. Further, despite reference to specific features illustrated in the example embodiments, it will nevertheless be understood that these features are not essential to all embodiments and no limitation of the scope thereof is thereby intended. Any alterations and further modifications in the described embodiments, and any further applications of the principles of the embodiments as described herein are contemplated as would normally occur to one skilled in the art. Furthermore, some items are shown in a simplified form, and inherently include components that are well known in the art. Further still, some items are illustrated as being in direct connection for the sake of simplicity and clarity. Despite the apparent direct connection, it is understood that such illustration does not preclude the existence of intermediate components not otherwise illustrated.


One embodiment combines the concepts of indexing and search functionality into a tool for navigation in a software product, such as, for example, ZENworks or GroupWise. In one aspect, a floating index is displayed for providing real-time search functionality throughout the product interface. For example, if a user needs to find a document entitled “Meeting Notes,” the user can search or browse an instant index that appears as an overlay on the interface trailing up to down or right to left. As a result, a user can employ a regular expression format to type everything that is needed or can immediately begin simply to navigate the instant index.



FIG. 1 is a representative block diagram of an exemplary hardware environment 100 in which an embodiment may be implemented. As illustrated FIG. 1, the environment 100 comprises a processing module 102 for processing instructions, a memory and/or storage module 104 for storing data and instructions, input/output (“I/O”) devices, represented by I/O 106, and at least one display, such as a display 108. All of the elements 102-108 are interconnected via one or more appropriate communications channels, represented in FIG. 1 by a single channel 110, which may include, in some embodiments, the Internet and/or other network-implemented communications channels. A search tool 112 in accordance with one embodiment is stored in the storage module 104 and has access to at least one index database 114 and comprises instructions executable by the processing module 102 for implementing the embodiments described in detail hereinbelow. In one embodiment, the search tool 112 comprises a desktop application residing and executing on a user's personal computer. In another embodiment, the search tool 112 is executed in a cloud computing or other environment located remotely from the user, with a user interface (“UI”) 116 presented on a display of the user's personal computer. Additionally, some portion of the environment 100, including portions of the elements 102-114, may be implemented locally on the user's computer or remotely therefrom via a private and/or public cloud or within some other appropriate environment. In one embodiment, the database 114 comprises a searchable index of content accessible by a user via the UI 116. The database 114 is dynamic in that, as user-accessible content is added, the index of the database 114 is expanded to include the additional content. The database 114 is built using standard technology for gathering data regarding different user-accessible content and adding it to the database 114 for purposes that will be described.



FIG. 2 is an illustration of a manner in which a floating index 200 in accordance with one embodiment may be displayed. As used herein, “floating” refers to the fact that the textbox 201 for entering a term or terms to be searched “floats” on top of the current web page or screen of the user interface 116 and that the index “floats” around the textbox, as will be described. As a result, everything can be accomplished on the current page or screen of the user interface. As illustrated in FIG. 2, the floating index 200 implements two types of searches; i.e., an alphabetical search, results of which are displayed as extending vertically above and below the display of the textbox 201, as designated by a reference numeral 202, and a regular expression (“RegEx”) search, results of which are displayed as extending horizontally to the left and right of the textbox 201, as designated by a reference numeral 204. Although only two types of searches are implemented in the embodiment illustrated in FIG. 2, it will be recognized that more, fewer, and/or different types of searches can be implemented and the results displayed as extending radially in different directions/at different angles from the textbox 201.


Inside the textbox 201, auto-complete functionality is preferably operational and implemented in a manner that will be readily apparent to one of ordinary skill in the art. Additionally, plus signs (+) indicate expansions that can be taken from the word as displayed to change the view in a manner that will also be apparent to one of ordinary skill in the art. For example, in the embodiment shown in FIG. 2, selecting (e.g., via mouse, trackball, keyboard, or the like) the plus sign displayed therein after “CAT” changes “CAT” to “CATCH”, which would cause a corresponding change in the results 202, 204. In one embodiment, a mouse, trackball, arrow keys, or the like may be used to navigate through the displayed results 202, 204. The combination of the results of more than one type of search into a single view enables a variety of types information to be easily located, which is especially beneficial in the context of ICE, but provides numerous benefits in other contexts as well. Additionally, the RegEx search can be designed to take into account various user preferences, including case insensitive and how to organize characters.



FIG. 3 is a flowchart of one embodiment of the operation of the search tool 112. The process is initiated by any update to the contents of the textbox 201. Such updating may include a user typing one or more characters in the textbox, a user selecting one of the results displayed around the textbox, and/or a user selecting an auto-completion or expansion option offered in the textbox. In response to the contents of the textbox 201 being updated, in step 300, the search tool 112 builds one or more appropriate search queries, depending on the types of search results to be presented in the floating index 200, and submits the query or queries to one or more databases, such as the database 114. In step 302, a determination is made whether all of the results have been received in response to the one or more queries. If not, execution remains at step 302 until all of the results have been received, at which point execution proceeds to step 304. In step 304, the results are displayed around the textbox 201.


The method illustrated in FIG. 3 will now be described using the example presented in FIG. 2. It will be assumed that, at the point at which execution begins, the contents of the textbox comprise “CAT.” In step 300, alphabetical and RegEx search queries are built and issued to the database. Once the results are received (step 302), in step 304, the results of the alphabetical search query are displayed around the textbox 201 as results 202, while the results of the RegEx search query are displayed around the textbox 201 as results 204.


The embodiments described herein provide a powerful method of employing regular expressions and instant indexes, as well as any other type of search methodology, including content- and context-sensitive searches, to aid a user in finding what he or she needs without requiring any special syntax, separate pages, or limited views into the data. The floating index is a unique view that will help a user find items more easily than otherwise possible using special searches for the exact person, word, or sentence. Specifically, the index will provide all of the possible options, thereby enabling the user to search and browse to the correct location.


The embodiments described herein would be a great addition to help pages that have people struggling to navigate within the pages. Alternatively, the embodiments could be employed using a tree format of searching for content and/or menus instead of an index. Additionally, the embodiments would be beneficial for organizing content in the same manner. For example, a pinwheel of items separating type, content, date, author could be presented in the same manner as the display but with a different underlying content layout.


While the preceding description shows and describes one or more embodiments, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the present disclosure. For example, various steps of the described methods may be executed in a different order or executed sequentially, combined, further divided, replaced with alternate steps, or removed entirely. In addition, various functions illustrated in the methods or described elsewhere in the disclosure may be combined to provide additional and/or alternate functions. Therefore, the claims should be interpreted in a broad manner, consistent with the present disclosure.

Claims
  • 1. A method of implementing a floating index navigation tool, the method comprising: in response to updating a search term using a floating text box, building first and second search queries;issuing the first and second search queries to at least one database comprising a searchable index of content; andresponsive to receipt of search results from the first and second search queries, displaying the first query search results as a first floating index extending horizontally to the left and to the fight of the floating text box and displaying the second query search results as a second floating index extending vertically above and below the floating text box.
  • 2. The method of claim 1 wherein the updating a search term comprises a user selecting one of the displayed search results.
  • 3. The method of claim 1 wherein the updating a search term comprises a user typing at least one character in the floating text box.
  • 4. The method of claim 1 wherein the updating a search term comprises a user selecting an expansion or auto-complete option of the displayed search results.
  • 5. The method of claim 1 wherein each search query is provided for at least one of an alphabetical search, a regular expression search, a context-sensitive search, and a content-sensitive search.
  • 6. A system for implementing a floating index navigation tool, the system comprising at least one computer including instructions for causing the at least one computer to: provide a floating text box;build first and second search queries in response to updating a search term using the floating text box;issue the first and second search queries to at least one database comprising a searchable index of content; andresponsive to receipt of search results from the first and second search queries, display the first query search results as a first floating index extending horizontally to the left and to the right of the floating text box and display the second query search results as a second floating index extending vertically above and below the floating text box.
  • 7. The system of claim 6 wherein the updating a search term comprises one of a user's selecting one of the displayed search results, typing at least one character in the floating text box, and selecting an expansion or auto-complete option.
  • 8. The system of claim 6 wherein each of the first and second search queries is provided for at least one of an alphabetical search, a regular expression search, a context-sensitive search, and a content-sensitive search.
  • 9. A computer program product for implementing a floating index navigation tool, the computer program product comprising a non-transitory computer-readable medium having stored therein instructions for causing a computer to: in response to updating a search term using a floating text box, build first and second search queries;issue the first and second search queries to at least one database comprising a searchable index of content;responsive to receipt of search results from the first and second search queries, display the first query search results as a first floating index extending horizontally to the left and to the right of the floating text box and display the second query search results as a second floating index extending vertically above and below the floating text box.
  • 10. The computer program product of claim 9 wherein the updating a search term comprises a user selecting one of the displayed search results.
  • 11. The computer program product of claim 9 wherein the updating a search term comprises a user typing at least one character in the floating text box.
  • 12. The computer program product of claim 9 wherein the updating a search term comprises a user selecting an expansion or auto-complete option.
  • 13. The computer program product of claim 8 wherein one of the first and second search queries is provided for an alphabetical search.
  • 14. The computer program product of claim 9 wherein one of the first and second search queries is provided for a regular expression search.
  • 15. The computer program product of claim 9 wherein one of the first and second search queries is provided for a context-sensitive search.
  • 16. The computer program product of claim 9 wherein one of the first and second search queries is provided for a content-sensitive search.
  • 17. The computer program product of claim 9 wherein building first and second search queries takes into account a user preference, and wherein the user preference includes case preferences and organization preferences.
CROSS-REFERENCE

This application claims the benefit under Title 35, United States Code §119(e) of U.S. Provisional Patent Application No. 61/229,956 filed on Jul. 30, 2009, the disclosure of which is incorporated herein by reference in its entirety.

US Referenced Citations (32)
Number Name Date Kind
6295372 Hawkins et al. Sep 2001 B1
7864163 Ording et al. Jan 2011 B2
20040140956 Kushler et al. Jul 2004 A1
20050004890 Real et al. Jan 2005 A1
20050256846 Zigmond et al. Nov 2005 A1
20060184902 Hayes et al. Aug 2006 A1
20060282790 Matthews et al. Dec 2006 A1
20070078828 Parikh et al. Apr 2007 A1
20070271529 Kim et al. Nov 2007 A1
20070277118 Kotipalli et al. Nov 2007 A1
20080016046 Guha Jan 2008 A1
20080109752 Bayley et al. May 2008 A1
20080147653 Collier Jun 2008 A1
20080177717 Kumar et al. Jul 2008 A1
20090006543 Smit Jan 2009 A1
20090063136 Kaida Mar 2009 A1
20090119283 Muehlbauer et al. May 2009 A1
20090144271 Richardson et al. Jun 2009 A1
20090187515 Andrew et al. Jul 2009 A1
20090222767 Matthews et al. Sep 2009 A1
20090234711 Ramer et al. Sep 2009 A1
20090240683 Lazier et al. Sep 2009 A1
20090248669 Shetti et al. Oct 2009 A1
20090271390 Zheng et al. Oct 2009 A1
20100057698 Prasad Kantamneni et al. Mar 2010 A1
20100076807 Bells et al. Mar 2010 A1
20100194690 Wilairat Aug 2010 A1
20100257479 Do et al. Oct 2010 A1
20110022635 Michael et al. Jan 2011 A1
20110082868 Musuluri Apr 2011 A1
20110093488 Amacker et al. Apr 2011 A1
20120216139 Ording et al. Aug 2012 A1
Related Publications (1)
Number Date Country
20110029500 A1 Feb 2011 US
Provisional Applications (1)
Number Date Country
61229956 Jul 2009 US