CN112199465B - Information searching method and device and electronic equipment - Google Patents

Information searching method and device and electronic equipment Download PDF

Info

Publication number
CN112199465B
CN112199465B CN202010905831.9A CN202010905831A CN112199465B CN 112199465 B CN112199465 B CN 112199465B CN 202010905831 A CN202010905831 A CN 202010905831A CN 112199465 B CN112199465 B CN 112199465B
Authority
CN
China
Prior art keywords
search
instruction
interface
determining
searcher
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.)
Active
Application number
CN202010905831.9A
Other languages
Chinese (zh)
Other versions
CN112199465A (en
Inventor
梁凇瑀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information Technology Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202010905831.9A priority Critical patent/CN112199465B/en
Publication of CN112199465A publication Critical patent/CN112199465A/en
Application granted granted Critical
Publication of CN112199465B publication Critical patent/CN112199465B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3334Selection or weighting of terms from queries, including natural language queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/334Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/335Filtering based on additional data, e.g. user or group profiles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/338Presentation of query results

Abstract

The disclosure relates to an information searching method, an information searching device and electronic equipment, and belongs to the technical field of computer application. Wherein the method comprises the following steps: monitoring a search instruction, and determining a searcher and a search word corresponding to the search instruction; searching in a plurality of search objects by taking a searcher and a search word as keywords to obtain a search result corresponding to each search object, wherein the search objects comprise personnel, projects and tasks; and displaying search results corresponding to the plurality of search objects in the search interface. Therefore, through the information searching method, searching is carried out according to the searcher and the search word corresponding to the search instruction, so that when the search instruction does not comprise the keyword input by the user, the search result can be recalled, the searching efficiency is improved, and the user experience is improved.

Description

Information searching method and device and electronic equipment
Technical Field
The disclosure relates to the technical field of computer application, and in particular relates to an information searching method, an information searching device and electronic equipment.
Background
Search functionality is typically provided in the project management type product to facilitate searching and finding relevant information by a user as desired.
In the related art, the search in the project management products is generally based on a conventional search method, i.e., after a keyword is input, a search result matching the keyword is recalled according to the input keyword. However, since this search method requires that the search be performed based on the keywords after the user inputs the keywords, the search efficiency is low.
Disclosure of Invention
The disclosure provides an information searching method, an information searching device, electronic equipment, a storage medium and a computer program product, which at least solve the problem of low searching efficiency in the related art due to a searching mode of recall search results according to input keywords in a project management product. The technical scheme of the present disclosure is as follows:
according to a first aspect of an embodiment of the present disclosure, there is provided an information search method including: monitoring a search instruction, and determining a searcher and a search word corresponding to the search instruction; searching in a plurality of search objects by taking a searcher and a search word as keywords to obtain a search result corresponding to each search object, wherein the search objects comprise personnel, projects and tasks; and displaying search results corresponding to the plurality of search objects in the search interface.
Optionally, in one possible implementation manner of the embodiment of the first aspect of the present disclosure, the search instruction is any one of a search interface opening instruction, a search character input instruction and a search execution instruction.
Optionally, in another possible implementation manner of the embodiment of the first aspect of the present disclosure, the determining, if the search instruction is a search interface opening instruction, a searcher and a search term corresponding to the search instruction includes:
determining a user logged in the search interface as a searcher corresponding to the search instruction;
and determining that the search word corresponding to the search instruction is empty.
Optionally, in still another possible implementation manner of the embodiment of the first aspect of the present disclosure, the determining, if the search instruction is a search execution instruction, a searcher and a search term corresponding to the search instruction includes:
determining a user logged in the search interface as a searcher corresponding to the search instruction;
and determining the search word in the search box as the search word corresponding to the search instruction.
Optionally, in still another possible implementation manner of the embodiment of the first aspect of the present disclosure, the determining, if the search instruction is a search character input instruction, a searcher and a search term corresponding to the search instruction includes:
Determining a user logged in the search interface as a searcher corresponding to the search instruction;
and taking the first character input by the search character input instruction as a search word corresponding to the search instruction, or taking the first character input by the search character input instruction and the second character existing in the search box of the search interface as the search word corresponding to the search instruction.
Optionally, in a further possible implementation manner of the embodiment of the first aspect of the present disclosure, when the search instruction is a search interface opening instruction or a search character input instruction, the search object further includes a keyword that is historically input by the searcher.
Optionally, in another possible implementation manner of the embodiment of the first aspect of the present disclosure, the displaying, in the search interface, search results corresponding to the plurality of search objects includes:
and displaying the search results corresponding to each search object in the search interface in sequence according to the sequence of the keywords, the personnel, the items and the tasks.
Optionally, in still another possible implementation manner of the embodiment of the first aspect of the present disclosure, the displaying, in the search interface, search results corresponding to the plurality of search objects includes:
And sequentially displaying the search results corresponding to each search object in the search interface according to the sequence of the items, the tasks, the personnel and the keywords.
Optionally, in a further possible implementation manner of the embodiment of the first aspect of the present disclosure, the displaying, in the search interface, search results corresponding to the plurality of search objects includes:
and displaying a search result sequence corresponding to any search object and labels of the rest search objects in the search interface.
Optionally, in a further possible implementation manner of the embodiment of the first aspect of the present disclosure, after the displaying, in the search interface, a search result corresponding to any search object and the tags of the remaining search objects, the method further includes:
and responding to an opening instruction acquired by any search object label, and displaying a search result sequence corresponding to any search object in the search interface.
Optionally, in another possible implementation manner of the embodiment of the first aspect of the present disclosure, the method further includes:
and when the search word is not empty, displaying a search index guide bar at the top of a search result display area of the search interface.
Optionally, in a further possible implementation manner of the embodiment of the first aspect of the present disclosure, after the displaying, in the search interface, search results corresponding to the plurality of search objects respectively, the method further includes:
and when any person in the search interface is in a selected state, responding to the acquired viewing instruction, and displaying a task list associated with the any person in the search interface.
According to a second aspect of the embodiments of the present disclosure, there is provided an information search apparatus including: the determining module is configured to execute the steps of monitoring a search instruction and determining a searcher and a search word corresponding to the search instruction; the acquisition module is configured to execute the step of searching in a plurality of search objects by taking the searcher and the search word as keywords so as to acquire a search result corresponding to each search object, wherein the search objects comprise personnel, projects and tasks; the first display module is configured to execute the step of displaying the search results respectively corresponding to the plurality of search objects in the search interface.
Optionally, in one possible implementation manner of the embodiment of the second aspect of the present disclosure, the search instruction is any one of a search interface opening instruction, a search character input instruction and a search execution instruction.
Optionally, in another possible implementation manner of the embodiment of the second aspect of the present disclosure, the search instruction is a search interface opening instruction, and the determining module includes:
a first determining unit configured to perform a step of determining a user who is to log in the search interface as a searcher corresponding to the search instruction;
and the second determining unit is configured to execute the step of determining that the search word corresponding to the search instruction is empty.
Optionally, in still another possible implementation manner of the embodiment of the second aspect of the present disclosure, the search instruction is a search execution instruction, and the determining module includes:
a third determining unit configured to perform a step of determining a user who is to log in the search interface as a searcher corresponding to the search instruction;
and a fourth determining unit configured to perform a step of determining the search word in the search box as the search word corresponding to the search instruction.
Optionally, in still another possible implementation manner of the embodiment of the second aspect of the present disclosure, the search instruction is a search character input instruction, and the determining module includes:
a fifth determining unit configured to perform a step of determining a user who is to log in the search interface as a searcher corresponding to the search instruction;
And a sixth determining unit configured to perform a step of using the first character input by the search character input instruction as a search word corresponding to the search instruction, or using the first character input by the search character input instruction and a second character already existing in the search box of the search interface as a search word corresponding to the search instruction.
Optionally, in still another possible implementation manner of the embodiment of the second aspect of the present disclosure, when the search instruction is a search interface opening instruction or a search character input instruction, the search object further includes a keyword that is historically input by the searcher.
Optionally, in another possible implementation manner of the embodiment of the second aspect of the present disclosure, the search instruction is a search interface opening instruction, and the first display module includes:
the first display unit is configured to execute the step of displaying the search results corresponding to each search object in the search interface in sequence according to the sequence of the keywords, the personnel, the items and the tasks.
Optionally, in still another possible implementation manner of the embodiment of the second aspect of the present disclosure, the search instruction is a search character input instruction, and the first display module includes:
The second display unit is configured to execute the step of displaying the search results corresponding to each search object in the search interface in sequence according to the sequence of the project, the task, the personnel and the keywords.
Optionally, in still another possible implementation manner of the embodiment of the second aspect of the present disclosure, the search instruction is a search execution instruction, and the first display module includes:
and the third display unit is configured to execute the step of displaying the search result sequence corresponding to any search object and the labels of the rest search objects in the search interface.
Optionally, in a further possible implementation manner of the embodiment of the second aspect of the present disclosure, the first display module further includes:
and the fourth display unit is configured to execute a step of displaying a search result sequence corresponding to any search object in the search interface in response to an opening instruction acquired by any search object tag.
Optionally, in another possible implementation manner of the embodiment of the second aspect of the present disclosure, the apparatus further includes:
and the display module is configured to execute the step of displaying a search index bar on the top of a search result display area of the search interface when the search word is not empty.
Optionally, in still another possible implementation manner of the embodiment of the second aspect of the present disclosure, the apparatus further includes:
and the second display module is configured to execute the step of displaying the task list associated with any person in the search interface when the any person in the search interface is in a selected state and responds to the acquired viewing instruction.
According to a third aspect of embodiments of the present disclosure, there is provided an electronic device, comprising: a processor; a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement the information search method as described above.
According to a fourth aspect of embodiments of the present disclosure, there is provided a storage medium, which when executed by a processor of an electronic device, enables the electronic device to perform the information search method as described above.
According to a fifth aspect of embodiments of the present disclosure, there is provided a computer program product, which, when executed by a processor of an electronic device, enables the electronic device to perform the information search method as described above.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects: and determining a searcher and a search word corresponding to the search instruction through the monitored search instruction, and respectively searching the search objects such as personnel, items and tasks according to the searcher and the search word to acquire a search result corresponding to each search object, so that the search results respectively corresponding to a plurality of search objects are displayed in a search interface. Therefore, the search is performed according to the searcher and the search word corresponding to the search instruction, so that the search result can be recalled when the search instruction does not comprise the keyword input by the user, the search efficiency is improved, and the user experience is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure and do not constitute an undue limitation on the disclosure.
Fig. 1 is a flowchart illustrating an information search method according to an exemplary embodiment.
FIG. 2 is a schematic diagram of a search interface of a project management tool.
FIG. 3 is a schematic diagram of a search box portion of a search interface.
Fig. 4 is a schematic diagram of a search window.
Fig. 5 is a flowchart illustrating another information searching method according to an exemplary embodiment.
FIG. 6 is a diagram of a search window corresponding to a search interface in a character input state.
Fig. 7 is a flowchart illustrating yet another information search method according to an exemplary embodiment.
Fig. 8 is a schematic diagram of a search window corresponding to a default search interface.
FIG. 9 is a diagram of a search window corresponding to a search interface in a search execution state.
FIG. 10 is a schematic diagram of another search window corresponding to a search interface in a search state.
Fig. 11 is a block diagram of an information search apparatus according to an exemplary embodiment.
Fig. 12 is a block diagram of an electronic device, according to an example embodiment.
Detailed Description
In order to enable those skilled in the art to better understand the technical solutions of the present disclosure, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the foregoing figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the disclosure described herein may be capable of operation in sequences other than those illustrated or described herein. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as detailed in the accompanying claims.
Fig. 1 is a flowchart illustrating an information searching method for use in an electronic device, as shown in fig. 1, according to an exemplary embodiment, including the following steps.
In step 101, a search instruction is monitored, and a searcher and a search word corresponding to the search instruction are determined.
Note that, the information search method of the embodiment of the present disclosure may be performed by the information search apparatus of the embodiment of the present disclosure, and the information search apparatus of the embodiment of the present disclosure may be configured in any electronic device to perform the information search method of the embodiment of the present disclosure.
The search instruction may include an input instruction such as a keyword input in the search interface, or may include a non-input instruction in which no keyword is input. For example, when a click operation on a search box in a search interface is detected, the search instruction is determined to be acquired; it may also be determined that a search instruction is acquired upon detecting a character input instruction of a search box in a search interface, and so on.
The searcher corresponding to the search instruction can be an account number used by an operator inputting the search instruction on a search interface; or all users logging into the search interface.
In some embodiments, a currently logged-in or logged-in user may be selected as a searcher from among users logged in to the search interface, and a search term included in the search instruction or a search term that has been input may be used as the search term.
In the embodiment of the disclosure, when the search instruction input by the user is monitored, the searcher and the search word corresponding to the search instruction can be determined according to the search instruction and the login state of the search interface. Optionally, if the user account in the login state exists in the search interface, determining the login user of the search interface as the searcher; if the search interface does not have the user account in the login state, all the historical login users logged in the search interface can be determined to be searchers, and in one embodiment, the historical login users logged in the search interface in the last three days can be selected as searchers.
Alternatively, as a possible implementation manner, the search word corresponding to the search instruction may be included in the search instruction, and the search instruction may be parsed to determine the search word included in the search instruction.
For example, as shown in fig. 2, a search interface of a project management tool is shown. Wherein 20 is a search box in the search interface, in which a search icon, a placeholder (such as an item, a task, a person, etc.), a shortcut key (such as ctrl+k, etc.), etc. may be displayed, so that when a click operation of a user in the search box 20, a keyword input operation, or a corresponding shortcut key click operation is monitored, it may be determined that a search instruction is acquired, and a search instruction is generated according to the operation of the user in the search box 20. For example, if only the clicking operation or the shortcut key operation of the user in the search box 20 is monitored, the search word in the search instruction may be set to be blank, so as to generate the search instruction; if the keyword input operation of the user in the search box 20 is monitored, the obtained keyword input by the user can be used as a search word in the search instruction, and the search instruction can be generated.
Further, after the search instruction is acquired, the search instruction may be analyzed to determine a search term included in the search instruction, and a searcher corresponding to the search instruction may be determined according to a user currently logged in the search interface. For example, as shown in fig. 3, a schematic diagram of a search box portion in a search interface is shown, where a user currently logged in the search interface is displayed on the right side of the search box 20, and the user currently logged in is "Luo Zhenxing", so that a user whose user account is "royalty" can be determined as a searcher; if no login user exists in the search interface currently, all historical login users which login the search interface once can be determined to be searchers.
In step 102, searching is performed on a plurality of search objects by using a searcher and a search word as keywords, so as to obtain a search result corresponding to each search object, wherein the search objects include personnel, items and tasks.
In the embodiment of the disclosure, after the searcher and the search word corresponding to the search instruction are determined, searching can be performed in a plurality of search objects according to the search word, so as to recall the search result matched with the searcher and the search word in each search object.
As one possible implementation manner, if it is determined that the search term is empty, that is, the user does not input the keyword in the search box, the search objects such as personnel, items, tasks, and the like related to the searcher corresponding to the search instruction may be determined as the search results corresponding to each search object.
Alternatively, when the search object is a person, the search object can be accessed and connected according to each personAnd determining the search results corresponding to the personnel search objects according to the time of the personal homepage of the searcher associated with the search interface. In particular, M may be used to access recently the personal home page of the searcher associated with the search interface 1 And the personnel determines the search results corresponding to the personnel search objects. Here, the personal homepage associated with the search interface means that the user who logs in to the search interface is the same user as the user who logs in to the personal homepage.
Optionally, when the search object is a term, the search result corresponding to the term search object may be determined according to the time when the searcher searches each term. Specifically, the searcher may be most recently searched for N 1 And determining the items as search results corresponding to the item search objects.
Optionally, when the search object is a task, the search result corresponding to the task search object may be determined according to the executor of each task and the latest update time. Specifically, the person performing the search can be K in the preset time range of the time interval between the latest update time and the current time 1 And determining the task as a search result corresponding to the task search object.
From the above, when the number of the searchers is greater than 1, i.e. no login user currently exists in the search interface, and all the historical login users corresponding to the search artificial search interface corresponding to the search instruction can search M of the searchers which have recent access to the personal homepage of others 1 Personnel, determining search results corresponding to personnel search objects; the N which is searched recently can be used 1 The method comprises the steps of determining items as search results corresponding to item search objects; k for keeping the time interval between the latest update time and the current time in a preset time range 1 And determining the task as a search result corresponding to the task search object.
In practical use, M 1 、N 1 、K 1 The value of (2) can be determined according to actual needs and specific application scenarios, and the embodiment of the disclosure is not limited to this. For example, M 1 Can be 2, N 1 Can be 2,K 1 The value of (2) may be 4.
As a possible implementation manner, when the search word is not empty, the search results corresponding to the item search object, the task search object and the personnel search object respectively can be determined according to the matching degree of the search word and each item name, each task name and each personnel name.
Optionally, when the search object is a person, the matching degree between the user name and the search word is the highest M 2 Personnel, determining search results corresponding to personnel search objects; when the search object is a project, the N with highest matching degree between the project name and the search word can be obtained 2 The method comprises the steps of determining items as search results corresponding to item search objects; when the search object is a task, K with highest matching degree between the task name and the search word can be obtained 2 And determining the task as a search result corresponding to the task search object.
In practical use, M 2 、N 2 、K 2 The value of (2) can be determined according to actual needs and specific application scenarios, and the embodiment of the disclosure is not limited to this. For example, M 2 Can be 1, N 2 Can be 1, K 2 The value of (2) may be 1 or 2.
In step 103, search results corresponding to the plurality of search objects are displayed in the search interface.
In the embodiment of the present disclosure, after determining the search result corresponding to each search object, each search result may be displayed in the search interface in turn according to the search object to which each search result belongs. For example, as shown in fig. 4, a schematic diagram of a search window is shown; after the search instruction is acquired, a global search state can be entered, namely, in the global search state, search results can be acquired in all search objects; and displaying a search popup window shown in fig. 4 in the center of the search interface, and displaying transparent cover layers in other areas of the search interface, wherein clicking the cover layers, pressing the ESC key or clicking the close button can exit the global search state. The top of the search popup window can display the title "search", and display the search box below the title, and then after determining the search results, display each search result below the search box; the up-down arrow moving option, the carriage return key selection result and the 3 shortcut key prompts of the ESC key leaving search can be displayed below the search result, so that a user can use the up-down arrow moving option and the carriage return key selection result to perform quick operation in the search result list; and the search box can be closed by clicking a closing button; and may open the advanced search page by clicking on an advanced screening icon (not shown in fig. 4).
According to the information searching method provided by the embodiment of the disclosure, the search person and the search word corresponding to the search instruction are determined according to the monitored search instruction, and the search objects such as personnel, projects and tasks are searched respectively according to the search person and the search word, so that the search result corresponding to each search object is obtained, and the search results corresponding to the search objects are displayed in the search interface. Therefore, the search is performed according to the searcher and the search word corresponding to the search instruction, so that the search result can be recalled when the search instruction does not comprise the keyword input by the user, the search efficiency is improved, and the user experience is improved.
In one possible implementation form of the present disclosure, the search interface may enter different search states according to the type of the search instruction, and search with different search strategies, so as to further improve the search efficiency.
Fig. 5 is a flowchart illustrating another information searching method according to an exemplary embodiment, which is used in an electronic device, as shown in fig. 5, and includes the following steps.
In step 201, a search instruction is monitored, and a searcher and a search word corresponding to the search instruction are determined, wherein the search instruction is any one of a search interface opening instruction, a search character input instruction and a search execution instruction.
The search interface opening instruction may include a click operation in a search box of the search interface, and a shortcut key (such as ctrl+k) operation corresponding to a preset search operation input in the search interface.
The search character input instruction may include an operation of inputting a keyword in a search box of the search interface.
The search execution instruction may include clicking a search button when a cursor is positioned within a search box of a search interface, or clicking an enter key; alternatively, clicking on or selecting the recommended keywords in the search results may also be included.
In the embodiment of the disclosure, when a user is monitored to click a search box in a search interface or press a shortcut key corresponding to a preset search operation, a search interface opening instruction is acquired, search is triggered, and the search interface is controlled to enter a default state, so that the search interface executes the search operation in the default state; for example, a search window as shown in FIG. 4 may be opened.
And when the keyword is input in a search box in the search interface by a user, determining to acquire a search character input instruction, triggering search according to the search character input instruction, and controlling the search interface to enter an input character state so as to enable the search interface to execute search operation in the input character state according to characters input by the user; for example, a search window as shown in FIG. 6 may be opened and the search results displayed in the search interface may be updated continuously based on changes in the input characters.
Moreover, the method can also determine to acquire a search execution instruction when monitoring that the user clicks a search button in a search box in the search interface or detects that the user presses an enter key in a keyboard or detects that the user clicks a keyword recommended in a search result, trigger search according to the search execution instruction, and control the search interface to enter an execution search state so as to enable the search interface to execute search operation according to characters input by the user or the selected keyword in the execution search state.
As a possible implementation manner, when the types of the search instructions are different, the search person and the search word corresponding to the search instruction may be determined in different manners.
Case one
When the search instruction is a search interface opening instruction, a user logging in the search interface can be determined to be a searcher corresponding to the search instruction, and the search word corresponding to the search instruction can be determined to be null. It can be appreciated that, since the user does not input the keyword in the search box of the search interface, the search word can be set to be blank, and the login user corresponding to the search interface is determined to be the searcher corresponding to the search instruction.
Case two
When the search instruction is a search character input instruction, a user logged in a search interface can be determined to be a searcher corresponding to the search instruction; and the first character input by the search character input instruction can be used as a search word corresponding to the search instruction, or the first character input by the search character input instruction and the second character existing in the search box of the search interface can be used as the search word corresponding to the search instruction.
It can be understood that, because the user inputs the keyword in the search box of the search interface, the first character input according to the current search character input instruction can be determined as the search word corresponding to the search instruction; or before the first character is input, determining the search word corresponding to the search instruction according to the first character and the second character already existing in the search box of the search interface and the existence of the second character input by the user before the first character is input. The first character may refer to a keyword that is being input by a user in a search box of a search interface; the second character may refer to a keyword that has been input by the user in a search box of the search interface before the first character is input. Therefore, the search is executed according to the input characters of the user, so that the recalled search results better meet the requirements of the user, and the accuracy and pertinence of the search are further improved.
As one possible implementation, the first character and the second character may be determined together as a search term. For example, if the second character is "teas" and the first character is "m", the search term may be determined to be "Team".
Case three
When the search instruction is a search execution instruction, a user logged in a search interface can be determined to be a searcher corresponding to the search instruction; and can determine the search word in the search box as the search word corresponding to the search instruction.
It will be appreciated that since the search interface may enter the execute search state only if the search term is not empty, when the search instruction is a search execution instruction, keywords that have been entered by the user in the search box (i.e., search terms in the search box) may be determined as search terms. Or after the search interface enters the default state, multiple search results (i.e., recommended results, such as recommended keywords, etc.) are generated and displayed according to the search interface starting instruction, so that when any recommended result clicked by a user is detected, the search execution instruction is determined to be acquired, and the keywords contained in the recommended result clicked by the user are determined to be the search words corresponding to the search instruction.
In step 202, searching is performed on a plurality of search objects by using a searcher and a search term as keywords, so as to obtain a search result corresponding to each search object, wherein the search objects include personnel, items and tasks.
The specific implementation process and principle of the step 202 may refer to the detailed description of the foregoing embodiments, which is not repeated herein.
Furthermore, when the search instruction is a search interface opening instruction and a search character input instruction, recommended keywords can be generated, so that a user can directly select the recommended keywords for searching, input time of the user is reduced, and search efficiency is further improved. That is, in one possible implementation form of the embodiment of the present disclosure, when the search instruction is a search interface opening instruction or a search character input instruction, the search object may further include a keyword input by the searcher history.
As a possible implementation manner, when the search instruction is a search interface opening instruction, the historical search keywords may be ranked according to the time of executing the search, and the latest executed L 1 Determining keywords as keywords which can be recalled currently, and determining the L 1 The keywords are used as part of the search results. Alternatively, each historical search keyword of the searcher corresponding to the search instruction may be determined as a candidate keyword, and each candidate keyword may be searched according to the executionTime ordering, and then the most recently searched L 1 Candidate keywords are determined as keywords which can be recalled currently, and the L is determined 1 The keywords are used as part of the search results.
As a possible implementation manner, when the search instruction is a search character input instruction, the historical search keywords may be ranked according to the matching degree between the historical search keywords and the search words, and the L with the largest matching degree with the search words may be used 2 Historical search keywords are determined to be keywords which can be recalled currently, and the L is determined 2 The keywords are used as part of the search results. Or, each historical search keyword of the searcher corresponding to the search instruction may be determined as a candidate keyword, and each candidate keyword may be ranked according to the matching degree between each historical search keyword and the search word, so as to maximize the matching degree with the search word 2 Candidate keywords are determined as keywords which can be recalled currently, and the L is determined 2 The keywords are used as part of the search results.
In step 203, search results corresponding to the plurality of search objects are displayed in the search interface.
The specific implementation process and principle of the above step 203 may refer to the detailed description of the above embodiments, which is not repeated herein.
In step 204, when the search term is not empty, a search index bar is displayed at the top of the search result presentation area of the search interface.
In the embodiment of the disclosure, when the search word is not empty, that is, when the user inputs the keyword in the search box of the search interface, the search index bar may be displayed on the top of the search result display area of the search interface, so that the user may perform the search operation directly according to the search word displayed in the search index bar by clicking the search index bar. The search term corresponding to the search instruction and the text corresponding to the placeholder in the search box (such as text of search items, tasks, personnel and the like) can be displayed in the search index guide bar.
For example, as shown in fig. 6, the first piece of information in the search result display area is a search index bar, where the search word corresponding to the search instruction is "Tea", and the text corresponding to the placeholder in the search box is "search term, task, person", so that the search icon, the text corresponding to the placeholder of the search word, "Tea-search term, task, person", and the carriage return key icon, "execute search" document may be displayed in the search index bar.
In step 205, when any person in the search interface is in a selected state, a task list associated with any person is displayed in the search interface in response to the acquired viewing instruction.
In the embodiment of the present disclosure, after the search results corresponding to the plurality of search objects are displayed in the search interface, the detailed information of each search result may also be displayed according to the operation of the user on each search result.
As a possible implementation manner, when the search result includes a search result corresponding to a person searching object, information such as a head portrait, a name, a mailbox and the like of the person may be displayed in a display area corresponding to the person, an enter key icon and a text of "view all tasks of the person" are displayed on the rightmost side, and a specific display effect may refer to a display effect of the 4 th search result (Mike Tea) in fig. 6. If the display area corresponding to the person is detected to be in the selected state or the text of 'looking up all tasks' is detected to be clicked, the personal homepage of the person can be entered, and the task list associated with the person can be displayed in the search interface.
According to the information searching method provided by the embodiment of the disclosure, when the opening instruction, the input instruction and the execution instruction of the search interface are monitored, the search person and the search word corresponding to the search instruction are respectively determined in different modes, search objects such as personnel, projects and tasks are respectively searched according to the search person and the search word, so that the search result corresponding to each search object is obtained, the search results corresponding to a plurality of search objects are displayed in the search interface, when the search word is not empty, the search index guide bar is displayed at the top of the search result display area of the search interface, and further when any person in the search interface is in a selected state, the task list associated with any person is displayed in the search interface in response to the obtained viewing instruction. Therefore, by determining the searcher and the search word corresponding to the search instruction in different modes according to the type of the search instruction, the search result can be recalled when the search instruction does not comprise the keyword input by the user, the search efficiency is improved, the recalled search result is more in line with the intention of the user, the search accuracy and pertinence are further improved, and the user experience is further improved.
In one possible implementation form of the present disclosure, for different types of search instructions, different display modes may be used to display search results corresponding to each type of search instruction, so as to improve diversity and flexibility of search result display, so that the display form of the search results accords with actual use requirements of users, and further improve search efficiency.
Fig. 7 is a flowchart of yet another information search method according to an exemplary embodiment, which is used in an electronic device, as shown in fig. 7, and includes the following steps.
In step 301, a search instruction is monitored, and a searcher and a search term corresponding to the search instruction are determined.
In step 302, searching is performed on a plurality of search objects by using a searcher and a search term as keywords, so as to obtain a search result corresponding to each search object, wherein the search objects include personnel, items, tasks and keywords.
The specific implementation and principles of the steps 301 to 302 may refer to the detailed description of the embodiments, which is not repeated here.
In step 303, when the search instruction is a search interface opening instruction, the search results corresponding to each search object are sequentially displayed in the search interface according to the order of the keywords, the personnel, the items and the tasks.
In the embodiment of the disclosure, when the search instruction is a search interface opening instruction, after recall of search results corresponding to search objects such as keywords, personnel, items and tasks according to a searcher and a search word corresponding to the search instruction, the search results corresponding to the keywords can be displayed at the uppermost part of the search result display area, the search results corresponding to the personnel search object can be displayed after the keywords, the search results corresponding to the item search object can be displayed after the personnel search object, and the search results corresponding to the task search object can be displayed after the item search object. Because the search instruction is a search interface opening instruction, the search word is empty, and the corresponding search result can also be used as a recommendation result.
As shown in fig. 8, a "recommended results" title may be displayed above the search results presentation area. Because the search results contain the search results corresponding to the two keywords, the search results corresponding to the keywords can be displayed on the 1 st to 2 nd items of the search result display area of the search interface, and are arranged in reverse order according to the time for executing the search corresponding to the keywords; for the display area corresponding to each keyword, the display area can contain information such as a search icon, keywords and the like, the carriage return key icon and the search executing text are displayed on the rightmost side, and the search can be executed after clicking the item corresponding to the keyword or the search executing text; if the search results do not include the search results corresponding to the keywords, the search results corresponding to the keywords may not be displayed, and the search results corresponding to the personnel, the items, and the tasks may be sequentially moved upward in order.
Correspondingly, as the search results comprise the search results corresponding to the two personnel search objects, the search results corresponding to the personnel search objects can be displayed on the 3 rd to 4 th search result display area of the search interface; for the display area corresponding to each person, the head portrait, the name and the mailbox of the person can be displayed, the carriage return key icon and the 'view all tasks' document of the person are displayed on the rightmost side, and after clicking the corresponding item of the person or the 'view all tasks' document of the person, the person can enter the personal homepage of the person and the task list of the person is displayed; if the search results do not include the search results corresponding to the person search object, the search results corresponding to the person search object may not be displayed, and the search results corresponding to the items and tasks may be sequentially moved upward in order.
Correspondingly, since the search results comprise the search results corresponding to the two item search objects, the search results corresponding to the item search objects can be displayed on the 5 th to 6 th search result display areas of the search interface; for the display area corresponding to each item, information such as an icon, an item name, a number and the like of the item can be displayed, an enter key icon and an enter item document are displayed on the rightmost side, and after clicking an item corresponding to the item or the enter item document, an item homepage can be entered; it should be noted that, if the search results do not include the search results corresponding to the item search object, the search results corresponding to the item search object may not be displayed, and the search results corresponding to the tasks may be sequentially moved upward in order.
Correspondingly, as the search results comprise the search results corresponding to the four task search objects, the 7 th to 10 th search results corresponding to the task search objects can be displayed in the search result display area of the search interface; for the display area corresponding to each task, information such as an icon, a task name and the like of the task can be displayed, an enter key icon and a 'view task' document are displayed on the rightmost side, and after clicking an item corresponding to the task or the 'view task' document, a task detail page can be entered; it should be noted that, if the search results do not include the search results corresponding to the item search object, the search results corresponding to the item search object may not be displayed.
It should be noted that, the up-down arrow moving option, the enter key selection result and the ESC key leaving searching 3 shortcut key prompts can be displayed under the searching result, so that the user can use the up-down arrow moving option and the enter key selection result to perform quick operation in the searching result list; and the search box can be closed by clicking a closing button; and opening the advanced search page by clicking on the advanced screening icon.
In step 304, when the search instruction is a search character input instruction, the search results corresponding to each search object are sequentially displayed in the search interface according to the order of the items, tasks, personnel and keywords.
In the embodiment of the disclosure, when the search instruction is a search character input instruction, after recall of search results corresponding to search objects such as keywords, personnel, items and tasks according to a search person and a search word corresponding to the search instruction, the search results corresponding to the item search objects may be displayed at the uppermost part of the search result display area, the search results corresponding to the task search objects may be displayed after the item search objects, the search results corresponding to the personnel search objects may be displayed after the task search objects, and the search results corresponding to the keywords may be displayed after the personnel search objects.
As shown in fig. 6, the "recommended results" title may not be displayed above the search result display area, and the search index bar may be displayed in the 1 st search result display area, where the search icon, the "search word-search task, the item, and the document of personnel" are displayed in the search index bar, the enter key icon and the "execute search" document are displayed on the rightmost side, and after clicking the search index bar or the "execute search" document, the search may be executed, and this item may be fixedly displayed in the 1 st position. Because the search result comprises a search result corresponding to the item search object, the search result corresponding to the item search object can be displayed on the 2 nd item of the search result display area of the search interface; for the display area corresponding to each item, information such as an icon, an item name, a number and the like of the item can be displayed, an enter key icon and an enter item document are displayed on the rightmost side, and after clicking an item corresponding to the item or the enter item document, an item homepage can be entered; it should be noted that, if the search results do not include the search results corresponding to the item search object, the search results corresponding to the item search object may not be displayed, and the search results corresponding to the task, the person, and the keyword may be sequentially moved upward in order.
Correspondingly, as the search result comprises the search result corresponding to the task search object, the 3 rd search result corresponding to the task search object can be displayed in the search result display area of the search interface; for the display area corresponding to each task, information such as an icon, a task name and the like of the task can be displayed, an enter key icon and a 'view task' document are displayed on the rightmost side, and after clicking an item corresponding to the task or the 'view task' document, a task detail page can be entered; if the search results do not include the search results corresponding to the item search objects, the search results corresponding to the item search objects may not be displayed, and the search results corresponding to the personnel and the keywords may be sequentially moved upward in order.
Correspondingly, since the search result comprises a search result corresponding to the personnel search object, the search result corresponding to the personnel search object can be displayed on the 4 th search result display area of the search interface; for the display area corresponding to each person, the head portrait, the name and the mailbox of the person can be displayed, the carriage return key icon and the 'view all tasks' document of the person are displayed on the rightmost side, and after clicking the corresponding item of the person or the 'view all tasks' document of the person, the person can enter the personal homepage of the person and the task list of the person is displayed; it should be noted that, if the search results do not include the search results corresponding to the person search object, the search results corresponding to the person search object may not be displayed, and the search results corresponding to the keywords may be sequentially moved upward in order.
Correspondingly, as the search results comprise the search results corresponding to the six keywords, the search results corresponding to the keywords can be displayed on the 5 th to 10 th search result display areas of the search interface, and are arranged in reverse order according to the time for executing the search corresponding to the keywords; for the display area corresponding to each keyword, the display area can contain information such as a search icon, keywords and the like, the carriage return key icon and the search executing text are displayed on the rightmost side, and the search can be executed after clicking the item corresponding to the keyword or the search executing text; note that if the search results do not include the search results corresponding to the keywords, the search results corresponding to the keywords may not be displayed.
It should be noted that, the up-down arrow moving option, the enter key selection result and the ESC key leaving searching 3 shortcut key prompts can be displayed under the searching result, so that the user can use the up-down arrow moving option and the enter key selection result to perform quick operation in the searching result list; and the search box can be closed by clicking a closing button; and opening the advanced search page by clicking on the advanced screening icon.
In step 305, when the search instruction is a search execution instruction, a search result sequence corresponding to any one of the search objects and tags of the remaining search objects are displayed in the search interface.
In the embodiment of the disclosure, when the search instruction is a search execution instruction, after recall of the search results corresponding to each search object according to the searcher and the search word corresponding to the search instruction, each search result may be classified according to the corresponding search object to generate a search result sequence corresponding to each search object, and only one search result sequence corresponding to each search object and the tags of the other search objects are displayed in the search result display area, so that the user may switch the search result sequence displayed in the search result display area by clicking the tags of each search object.
As shown in fig. 9, since the search objects include items, tasks, and persons, a tag of each search object, that is, a name of each search object and a corresponding number of search results, that is, "task (18) item (12) person (1)", shown in fig. 9, may be displayed at the top of the search result display area, and a search result sequence corresponding to any one of the search objects, that is, a search result sequence corresponding to the task search object, shown in fig. 9, may be displayed below the tag of the search object.
It should be noted that, the up-down arrow moving option, the enter key selection result and the ESC key leaving searching 3 shortcut key prompts can be displayed under the searching result, so that the user can use the up-down arrow moving option and the enter key selection result to perform quick operation in the searching result list; and the search box can be closed by clicking a closing button; and opening the advanced search page by clicking on the advanced screening icon.
In step 306, in response to the opening instruction acquired by any search object tag, a search result sequence corresponding to any search object is displayed in the search interface.
The opening instruction obtained by the search object tag may refer to a click operation, a selection operation, etc. on the search object tag.
In the embodiment of the present disclosure, the search result sequence displayed in the search result display area may also be switched according to the clicking operation of the label of each search object by the user. Therefore, when the opening instruction acquired by any search object label is acquired, the search result sequence corresponding to the search object can be displayed in the search result display area of the search interface.
As shown in fig. 10, when an opening instruction of a tag of an item search object is acquired, a search result sequence displayed in a search result display area in a search interface may be updated to a search result sequence corresponding to the item search object.
According to the information searching method provided by the embodiment of the disclosure, the search person and the search word corresponding to the search instruction are determined according to the monitored search instruction, and search objects such as personnel, projects and tasks are searched respectively according to the search person and the search word to obtain the search result corresponding to each search object, and further different display styles are adopted respectively according to the type of the search instruction, so that the search results corresponding to the search objects are displayed in the search interface. Therefore, the search results corresponding to the search instructions of each type are displayed by adopting different display modes, so that the diversity and flexibility of the display of the search results are improved, the display form of the search results meets the actual use requirements of users, the search efficiency and the interactivity of a search interface are further improved, and the user experience is further improved.
Fig. 11 is a block diagram of an information search apparatus according to an exemplary embodiment. Referring to fig. 11, the apparatus 40 includes a determining module 41, an obtaining module 42, and a first displaying module 43.
The determining module 41 is configured to execute the step of monitoring the search instruction and determining the searcher and the search word corresponding to the search instruction;
the obtaining module 42 is configured to perform a step of searching in a plurality of search objects by using a searcher and a search word as keywords, so as to obtain a search result corresponding to each search object, where the search objects include a person, a project and a task;
the first presenting module 43 is configured to execute a step of presenting search results corresponding to a plurality of search objects in a search interface.
In actual use, the information searching apparatus provided by the embodiments of the present disclosure may be configured in any electronic device to perform the foregoing information searching method.
According to the information searching device provided by the embodiment of the disclosure, the search person and the search word corresponding to the search instruction are determined according to the monitored search instruction, and the search objects such as personnel, projects and tasks are searched according to the search person and the search word, so that the search result corresponding to each search object is obtained, and the search results corresponding to the search objects are displayed in the search interface. Therefore, the search is performed according to the searcher and the search word corresponding to the search instruction, so that the search result can be recalled when the search instruction does not comprise the keyword input by the user, the search efficiency is improved, and the user experience is improved.
In one possible implementation form of the disclosure, the search instruction is any one of a search interface opening instruction, a search character input instruction, and a search execution instruction.
Further, in another possible implementation form of the present disclosure, the determining module 41 includes:
a first determination unit configured to perform a step of determining a user who is logged in the search interface as a searcher corresponding to the search instruction;
and the second determining unit is configured to execute the step of determining that the search word corresponding to the search instruction is empty.
Further, in still another possible implementation form of the present disclosure, the determining module 41 includes:
a third determination unit configured to perform a step of determining a user who is logged in the search interface as a searcher corresponding to the search instruction;
and a fourth determining unit configured to perform a step of determining the search word in the search box as a search word corresponding to the search instruction.
Further, in still another possible implementation form of the present disclosure, if the search instruction is a search character input instruction, the determining module 41 includes:
A fifth determining unit configured to perform a step of determining a user who is logged in the search interface as a searcher corresponding to the search instruction;
and a sixth determining unit configured to execute a step of using the first character input by the search character input instruction as a search word corresponding to the search instruction, or using the first character input by the search character input instruction and the second character existing in the search box of the search interface as a search word corresponding to the search instruction.
Further, in still another possible implementation form of the present disclosure, when the search instruction is a search interface opening instruction or a search character input instruction, the search object further includes a keyword input by a searcher history.
Further, in another possible implementation manner of the present disclosure, if the search instruction is a search interface opening instruction, the first display module 43 includes:
the first display unit is configured to execute the step of displaying the search results corresponding to each search object in the search interface in sequence according to the sequence of the keywords, the personnel, the items and the tasks.
Further, in still another possible implementation form of the present disclosure, if the search instruction is a search character input instruction, the first display module 43 includes:
The second display unit is configured to execute the step of displaying the search results corresponding to each search object in the search interface in sequence according to the sequence of the project, the task, the personnel and the keywords.
Further, in still another possible implementation form of the present disclosure, if the search instruction is a search execution instruction, the first display module 43 includes:
and the third display unit is configured to execute the step of displaying the search result sequence corresponding to any one search object and the labels of the rest search objects in the search interface.
Further, in still another possible implementation form of the present disclosure, the first display module 43 further includes:
and the fourth display unit is configured to execute the step of displaying a search result sequence corresponding to any search object in the search interface in response to the opening instruction acquired by any search object label.
Further, in another possible implementation form of the present disclosure, the information searching apparatus 40 further includes:
and the display module is configured to execute the step of displaying the search index guide bar at the top of a search result display area of the search interface when the search word is not empty.
Further, in still another possible implementation form of the present disclosure, the information searching apparatus 40 further includes:
And the second display module is configured to execute the step of displaying the task list associated with any person in the search interface when any person in the search interface is in a selected state and responds to the acquired viewing instruction.
The specific manner in which the various modules perform the operations in the apparatus of the above embodiments have been described in detail in connection with the embodiments of the method, and will not be described in detail herein.
According to the information searching device provided by the embodiment of the disclosure, the search person and the search word corresponding to the search instruction are determined according to the monitored search instruction, and search objects such as personnel, projects and tasks are searched respectively according to the search person and the search word to obtain the search result corresponding to each search object, and further different display styles are adopted respectively according to the type of the search instruction, so that the search results corresponding to the search objects are displayed in the search interface. Therefore, the search results corresponding to the search instructions of each type are displayed by adopting different display modes, so that the diversity and flexibility of the display of the search results are improved, the display form of the search results meets the actual use requirements of users, the search efficiency and the interactivity of a search interface are further improved, and the user experience is further improved.
Fig. 12 is a block diagram illustrating an electronic device 200 for information searching, according to an example embodiment.
As shown in fig. 12, the electronic device 200 includes:
a memory 210 and a processor 220, a bus 230 connecting the different components (including the memory 210 and the processor 220), the memory 210 storing a computer program which when executed by the processor 220 implements the information search method described in the embodiments of the present disclosure.
Bus 230 represents one or more of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, a processor, or a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, micro channel architecture (MAC) bus, enhanced ISA bus, video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Electronic device 200 typically includes a variety of electronic device readable media. Such media can be any available media that is accessible by electronic device 200 and includes both volatile and nonvolatile media, removable and non-removable media.
Memory 210 may also include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM) 240 and/or cache memory 250. The electronic device 200 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 260 may be used to read from or write to non-removable, nonvolatile magnetic media (not shown in FIG. 12, commonly referred to as a "hard disk drive"). Although not shown in fig. 12, a magnetic disk drive for reading from and writing to a removable non-volatile magnetic disk (e.g., a "floppy disk"), and an optical disk drive for reading from or writing to a removable non-volatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In such cases, each drive may be coupled to bus 230 via one or more data medium interfaces. Memory 210 may include at least one program product having a set (e.g., at least one) of program modules configured to carry out the functions of the various embodiments of the disclosure.
Program/utility 280 having a set (at least one) of program modules 270 may be stored in, for example, memory 210, such program modules 270 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment. Program modules 270 generally perform the functions and/or methods in the embodiments described in this disclosure.
The electronic device 200 may also communicate with one or more external devices 290 (e.g., keyboard, pointing device, display 291, etc.), one or more devices that enable a user to interact with the electronic device 200, and/or any device (e.g., network card, modem, etc.) that enables the electronic device 200 to communicate with one or more other computing devices. Such communication may occur through an input/output (I/O) interface 292. Also, electronic device 200 may communicate with one or more networks such as a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet, through network adapter 293. As shown, network adapter 293 communicates with other modules of electronic device 200 over bus 230. It should be appreciated that although not shown, other hardware and/or software modules may be used in connection with electronic device 200, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, data backup storage systems, and the like.
The processor 220 executes various functional applications and data processing by running programs stored in the memory 210.
It should be noted that, the implementation process and the technical principle of the electronic device in this embodiment refer to the foregoing explanation of the information searching method in the embodiment of the disclosure, and are not repeated herein.
The electronic device provided by the embodiment of the disclosure may execute the information searching method as described above, by determining a searcher and a search word corresponding to the search instruction according to the monitored search instruction, and searching the search objects such as personnel, items and tasks according to the searcher and the search word, so as to obtain a search result corresponding to each search object, and further displaying the search results corresponding to the plurality of search objects in the search interface. Therefore, the search is performed according to the searcher and the search word corresponding to the search instruction, so that the search result can be recalled when the search instruction does not comprise the keyword input by the user, the search efficiency is improved, and the user experience is improved.
In order to implement the above-described embodiments, the present disclosure also proposes a storage medium.
Wherein the instructions in the storage medium, when executed by the processor of the electronic device, enable the electronic device to perform the information search method as described above.
To achieve the above embodiments, the present disclosure also provides a computer program product which, when executed by a processor of an electronic device, enables the electronic device to perform the information search method as described above.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This disclosure is intended to cover any adaptations, uses, or adaptations of the disclosure following the general principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (26)

1. An information search method, comprising:
monitoring a search instruction, analyzing and processing the search instruction, and determining a searcher and a search word corresponding to the search instruction according to a user currently logged in a search interface;
searching in a plurality of search objects by taking the searcher and the search word as keywords to obtain a search result corresponding to each search object, wherein the search objects comprise personnel, projects and tasks; wherein, the searcher is determined according to the searching instruction and the login state of the searching interface; when the search object is a person, determining a search result corresponding to the person search object according to the time of each person accessing the personal homepage of the searcher associated with the search interface; when the search object is a project, determining a search result corresponding to the project search object according to the time of searching each project by the searcher; when the search object is a task, determining a search result corresponding to the task search object according to the executor and the latest update time of each task;
And displaying search results corresponding to the plurality of search objects in a search interface.
2. The information search method according to claim 1, wherein the search instruction is any one of a search interface start instruction, a search character input instruction, and a search execution instruction.
3. The information searching method according to claim 2, wherein the determining the searcher and the search term corresponding to the search instruction if the search instruction is a search interface opening instruction includes:
determining a user logged in the search interface as a searcher corresponding to the search instruction;
and determining that the search word corresponding to the search instruction is empty.
4. The information searching method according to claim 2, wherein the determining the searcher and the search term corresponding to the search instruction if the search instruction is a search execution instruction includes:
determining a user logged in the search interface as a searcher corresponding to the search instruction;
and determining the search word in the search box as the search word corresponding to the search instruction.
5. The information searching method according to claim 2, wherein the determining the searcher and the search term corresponding to the search instruction if the search instruction is a search character input instruction includes:
Determining a user logged in the search interface as a searcher corresponding to the search instruction;
and taking the first character input by the search character input instruction as a search word corresponding to the search instruction, or taking the first character input by the search character input instruction and the second character existing in the search box of the search interface as the search word corresponding to the search instruction.
6. The information search method according to claim 2, wherein when the search instruction is a search interface start instruction or a search character input instruction, the search object further includes a keyword input by the searcher history.
7. The information searching method according to claim 6, wherein the displaying, in the search interface, the search results corresponding to the plurality of search objects respectively includes:
and displaying the search results corresponding to each search object in the search interface in sequence according to the sequence of the keywords, the personnel, the items and the tasks.
8. The information searching method according to claim 6, wherein the displaying, in the search interface, the search results respectively corresponding to the plurality of search objects, if the search instruction is a search character input instruction, includes:
And sequentially displaying the search results corresponding to each search object in the search interface according to the sequence of the items, the tasks, the personnel and the keywords.
9. The information searching method according to any one of claims 2 to 8, wherein the searching instruction is a search execution instruction, and the displaying, in a search interface, search results corresponding to the plurality of search objects respectively includes:
and displaying a search result sequence corresponding to any search object and labels of the rest search objects in the search interface.
10. The information searching method according to claim 9, wherein after displaying the search result corresponding to any one of the search objects and the remaining search object labels in the search interface, further comprising:
and responding to an opening instruction acquired by any search object label, and displaying a search result sequence corresponding to any search object in the search interface.
11. The information search method according to any one of claims 1 to 8, characterized in that the method further comprises:
and when the search word is not empty, displaying a search index guide bar at the top of a search result display area of the search interface.
12. The information searching method according to any one of claims 1 to 8, further comprising, after the displaying, in the search interface, the search results respectively corresponding to the plurality of search objects:
And when any person in the search interface is in a selected state, responding to the acquired viewing instruction, and displaying a task list associated with the any person in the search interface.
13. An information search apparatus, comprising:
the determining module is configured to execute the steps of monitoring a search instruction, analyzing and processing the search instruction and determining a searcher and a search word corresponding to the search instruction according to a user currently logged in a search interface;
the acquisition module is configured to execute the step of searching in a plurality of search objects by taking the searcher and the search word as keywords so as to acquire a search result corresponding to each search object, wherein the search objects comprise personnel, projects and tasks; wherein, the searcher is determined according to the searching instruction and the login state of the searching interface; when the search object is a person, determining a search result corresponding to the person search object according to the time of each person accessing the personal homepage of the searcher associated with the search interface; when the search object is a project, determining a search result corresponding to the project search object according to the time of searching each project by the searcher; when the search object is a task, determining a search result corresponding to the task search object according to the executor and the latest update time of each task;
The first display module is configured to execute the step of displaying the search results respectively corresponding to the plurality of search objects in the search interface.
14. The information search apparatus according to claim 13, wherein the search instruction is any one of a search interface start instruction, a search character input instruction, and a search execution instruction.
15. The information search apparatus according to claim 14, wherein the search instruction is a search interface open instruction, and the determining module includes:
a first determining unit configured to perform a step of determining a user who is to log in the search interface as a searcher corresponding to the search instruction;
and the second determining unit is configured to execute the step of determining that the search word corresponding to the search instruction is empty.
16. The information search apparatus according to claim 14, wherein the search instruction is a search execution instruction, and the determining module includes:
a third determining unit configured to perform a step of determining a user who is to log in the search interface as a searcher corresponding to the search instruction;
and a fourth determining unit configured to perform a step of determining the search word in the search box as the search word corresponding to the search instruction.
17. The information search apparatus according to claim 14, wherein the search instruction is a search character input instruction, and the determining module includes:
a fifth determining unit configured to perform a step of determining a user who is to log in the search interface as a searcher corresponding to the search instruction;
and a sixth determining unit configured to perform a step of using the first character input by the search character input instruction as a search word corresponding to the search instruction, or using the first character input by the search character input instruction and a second character already existing in the search box of the search interface as a search word corresponding to the search instruction.
18. The information search apparatus according to claim 14, wherein when the search instruction is a search interface start instruction or a search character input instruction, the search object further includes a keyword input by the searcher history.
19. The information searching apparatus according to claim 18, wherein the search instruction is a search interface opening instruction, and the first display module includes:
the first display unit is configured to execute the step of displaying the search results corresponding to each search object in the search interface in sequence according to the sequence of the keywords, the personnel, the items and the tasks.
20. The information search apparatus of claim 18, wherein the search instruction is a search character input instruction, and the first presentation module comprises:
the second display unit is configured to execute the step of displaying the search results corresponding to each search object in the search interface in sequence according to the sequence of the project, the task, the personnel and the keywords.
21. The information searching apparatus according to any one of claims 14 to 20, wherein the search instruction is a search execution instruction, and the first presentation module includes:
and the third display unit is configured to execute the step of displaying the search result sequence corresponding to any search object and the labels of the rest search objects in the search interface.
22. The information search apparatus of claim 21, wherein the first presentation module further comprises:
and the fourth display unit is configured to execute a step of displaying a search result sequence corresponding to any search object in the search interface in response to an opening instruction acquired by any search object tag.
23. The information search apparatus of any one of claims 13 to 20, further comprising:
And the display module is configured to execute the step of displaying a search index bar on the top of a search result display area of the search interface when the search word is not empty.
24. The information search apparatus of any one of claims 13 to 20, further comprising:
and the second display module is configured to execute the step of displaying the task list associated with any person in the search interface when the any person in the search interface is in a selected state and responds to the acquired viewing instruction.
25. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the information search method of any of claims 1-12.
26. A storage medium, which when executed by a processor of an electronic device, causes the electronic device to perform the information search method of any of claims 1-12.
CN202010905831.9A 2020-09-01 2020-09-01 Information searching method and device and electronic equipment Active CN112199465B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010905831.9A CN112199465B (en) 2020-09-01 2020-09-01 Information searching method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010905831.9A CN112199465B (en) 2020-09-01 2020-09-01 Information searching method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN112199465A CN112199465A (en) 2021-01-08
CN112199465B true CN112199465B (en) 2024-02-06

Family

ID=74006301

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010905831.9A Active CN112199465B (en) 2020-09-01 2020-09-01 Information searching method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN112199465B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113761426B (en) * 2021-09-24 2024-02-13 南方电网数字平台科技(广东)有限公司 System, method, device, equipment and medium for page service authentication access center
WO2024032763A1 (en) * 2022-08-12 2024-02-15 北京字跳网络技术有限公司 Information processing method and apparatus, device, and medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105068716A (en) * 2015-08-11 2015-11-18 广东欧珀移动通信有限公司 Information search method and device
CN106844484A (en) * 2016-12-23 2017-06-13 北京奇虎科技有限公司 Information search method, device and mobile terminal
CN106897319A (en) * 2015-12-21 2017-06-27 北京奇虎科技有限公司 Searching method and device
CN106919572A (en) * 2015-12-24 2017-07-04 北京奇虎科技有限公司 web search method and browser
CN107256266A (en) * 2017-06-16 2017-10-17 珠海格力电器股份有限公司 One kind inquiry content displaying method and its system
CN107426604A (en) * 2017-06-16 2017-12-01 环球智达科技(北京)有限公司 A kind of information search method being applied in intelligent television system
CN108537596A (en) * 2018-04-16 2018-09-14 北京车慧互动广告有限公司 Method, apparatus, system and the memory that vehicle is recommended in search box
CN110222265A (en) * 2019-05-28 2019-09-10 深圳市轱辘汽车维修技术有限公司 A kind of method, system, user terminal and the server of information push

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105068716A (en) * 2015-08-11 2015-11-18 广东欧珀移动通信有限公司 Information search method and device
CN106897319A (en) * 2015-12-21 2017-06-27 北京奇虎科技有限公司 Searching method and device
CN106919572A (en) * 2015-12-24 2017-07-04 北京奇虎科技有限公司 web search method and browser
CN106844484A (en) * 2016-12-23 2017-06-13 北京奇虎科技有限公司 Information search method, device and mobile terminal
CN107256266A (en) * 2017-06-16 2017-10-17 珠海格力电器股份有限公司 One kind inquiry content displaying method and its system
CN107426604A (en) * 2017-06-16 2017-12-01 环球智达科技(北京)有限公司 A kind of information search method being applied in intelligent television system
CN108537596A (en) * 2018-04-16 2018-09-14 北京车慧互动广告有限公司 Method, apparatus, system and the memory that vehicle is recommended in search box
CN110222265A (en) * 2019-05-28 2019-09-10 深圳市轱辘汽车维修技术有限公司 A kind of method, system, user terminal and the server of information push

Also Published As

Publication number Publication date
CN112199465A (en) 2021-01-08

Similar Documents

Publication Publication Date Title
Li Gesture search: a tool for fast mobile data access
US7933906B2 (en) Method and system for assessing relevant properties of work contexts for use by information services
US20070214425A1 (en) Searching for commands to execute in applications
US8151202B1 (en) Providing a workflow guide
US20100205238A1 (en) Methods and apparatus for intelligent exploratory visualization and analysis
CN112199465B (en) Information searching method and device and electronic equipment
US20160062625A1 (en) Computing device and method for classifying and displaying icons
CN110826302A (en) Questionnaire creating method, device, medium and electronic equipment
CN103886012B (en) Dictionary search device, dictionary search method, dictionary search system, and server device
US9405558B2 (en) Display-independent computerized guidance
JPH06282591A (en) Set-generation data-processing activity as well as method and apparatus for holding of record of relational data set
US20140279245A1 (en) System and method for browsing a product catalog and for dynamically generated product paths
EP2228737A2 (en) Improving search effectiveness
US10347243B2 (en) Apparatus and method for analyzing utterance meaning
JPH1115897A (en) Interactive data analysis supporting device and medium recording interactive data analysis supporting program
US20230066621A1 (en) Automated interfaces with interactive keywords between employment postings and candidate profiles
US20120151411A1 (en) Mechanism to input, search and create complex data strings within a single dialog
US10394422B2 (en) Data interaction cards for capturing and replaying logic in visual analyses
US20200334290A1 (en) Facilitating contextual video searching using user interactions with interactive computing environments
US20130007746A1 (en) Working sets of sub-application programs of application programs currently running on computing system
CN112199135A (en) Information guiding method, device, electronic equipment and storage medium
CN113127653B (en) Information display method and device
CN112783410B (en) Information processing method, medium, device and computing equipment
US20170255631A1 (en) Collaborative search of databases
CN114595391A (en) Data processing method and device based on information search and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant