JP2013125376A - Search system - Google Patents

Search system Download PDF

Info

Publication number
JP2013125376A
JP2013125376A JP2011273115A JP2011273115A JP2013125376A JP 2013125376 A JP2013125376 A JP 2013125376A JP 2011273115 A JP2011273115 A JP 2011273115A JP 2011273115 A JP2011273115 A JP 2011273115A JP 2013125376 A JP2013125376 A JP 2013125376A
Authority
JP
Japan
Prior art keywords
character string
input
application
search
registered
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.)
Granted
Application number
JP2011273115A
Other languages
Japanese (ja)
Other versions
JP5808239B2 (en
Inventor
Hiroaki Kinoshita
廣亮 木下
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.)
Alpine Electronics Inc
Original Assignee
Alpine Electronics Inc
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 Alpine Electronics Inc filed Critical Alpine Electronics Inc
Priority to JP2011273115A priority Critical patent/JP5808239B2/en
Publication of JP2013125376A publication Critical patent/JP2013125376A/en
Application granted granted Critical
Publication of JP5808239B2 publication Critical patent/JP5808239B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a "search system" which is capable of facilitating search operations in a plurality of different applications with the same keyword.SOLUTION: When a user operates a search button 402 after inputting a character string "ABC" to a character string input box 401 on the window of an application A (a3), a search with the character string "ABC" as a search key is executed by the application A. The character string "ABC" inputted to the character string input box 401 is registered by an operating system. Next, when an application B of the same type as the application A is started and a selecting operation for a character string input box 401 for search key input on the window of the application B occurs, the operating system automatically inputs the registered character string "ABC" to the character string input box 401 (b3).

Description

本発明は、検索作業を支援する技術に関するものである。   The present invention relates to a technique for supporting search work.

検索作業を支援する技術としては、検索のキーワードとする文字列の入力を、ユーザによって入力された文字列の前方部分に引き続く後方部分を、予め設けた文字列のデータベースを用いて推定して自動入力することにより支援する技術が知られている(たとえば、特許文献1)。   As a technology for supporting the search operation, the input of a character string as a search keyword is automatically estimated by estimating the rear part following the front part of the character string input by the user using a character string database provided in advance. A technique for assisting by inputting is known (for example, Patent Document 1).

特開2006-085222号公報JP 2006-085222 A

さて、ユーザが、あるアプリケーションで検索のキーワードを入力して行った検索によって所望の結果が得られなかった場合に、他のアプリケーションで、同じキーワードによる検索を実行する場合がある。そして、このような場合には、他のアプリケーションにおいてキーワードを再入力する煩雑な作業を行う必要があった。   Now, when a desired result is not obtained by a search performed by inputting a search keyword in a certain application, a search using the same keyword may be executed in another application. In such a case, it is necessary to perform a complicated operation of re-inputting the keyword in another application.

そこで、本発明は、異なる複数のアプリケーションにおいて行う同じキーワードによる検索作業を容易化することを課題とする。   Therefore, an object of the present invention is to facilitate a search operation using the same keyword performed in a plurality of different applications.

前記課題達成のために、本発明は、文字列入力ボックスを表示し当該文字列入力ボックスにユーザの文字入力操作によって入力された文字列を検索キーとする検索を行う複数のアプリケーションを実行する検索システムに、アプリケーションが実行した検索に検索キーとして用いられた文字列を登録する文字列記憶手段と、アプリケーションが表示した前記文字列入力ボックスに、前記文字列記憶手段に登録されている文字列を入力する自動入力を行う自動入力手段とを設けたものである。   In order to achieve the above object, the present invention displays a character string input box and executes a plurality of applications for performing a search using a character string input by the user's character input operation in the character string input box as a search key. In the system, a character string storage means for registering a character string used as a search key for a search executed by the application, and a character string registered in the character string storage means in the character string input box displayed by the application And an automatic input means for performing automatic input.

このような検索システムによれば、ユーザはあるアプリケーションに対して行った検索によって所望の結果が得られなかった場合に、他のアプリケーションに対して同じ検索キーで検索を行う場合に、自動入力された文字列をそのまま検索キーとして用いれば足りるので、文字列を再入力する煩雑な作業を行う必要がなくなる。   According to such a search system, when a desired result is not obtained by a search performed on a certain application, the user is automatically input when searching for another application with the same search key. It is sufficient to use the character string as a search key as it is, and there is no need to perform a complicated operation of re-inputting the character string.

ここで、このような検索システムに、前記各アプリケーションを、当該アプリケーションが属する前記アプリケーションの種類毎のグループに対応づけて登録したグループ管理テーブルを設け、前記文字列記憶手段において、アプリケーションが実行した検索に検索キーとして用いられた文字列を、当該検索を実行したアプリケーションが前記グループ管理テーブルにおいて対応づけて登録されているグループに対応づけて登録し、前記自動入力手段において、前記アプリケーションが表示した前記文字列入力ボックスに、当該文字列入力ボックスを表示したアプリケーションが前記グループ管理テーブルにおいて対応づけて登録されているグループに対応づけて前記文字列記憶手段に登録されている文字列を入力する自動入力を行うように構成してもよい。   Here, in such a search system, a group management table in which each application is registered in association with a group for each type of the application to which the application belongs is provided, and the search executed by the application in the character string storage unit The character string used as the search key is registered in association with the group in which the application executing the search is registered in association with the group management table, and the automatic display means displays the application Automatic input for inputting a character string registered in the character string storage means in association with a group in which the application displaying the character string input box is registered in association with the group management table in the character string input box To do It may form.

ここで、ユーザはあるアプリケーションに対して行った検索によって所望の結果が得られなかった場合に、同種類のアプリケーションに対して同じ検索キーで検索を行うことが期待できるので、このようにすることにより、検索キーとして再使用される蓋然性がより高い文字列を自動入力することができるようになる。   Here, if a user does not obtain a desired result by searching for a certain application, the user can expect to search for the same type of application with the same search key. Thus, a character string having a higher probability of being reused as a search key can be automatically input.

また、この場合には、前記アプリケーションは、当該検索システムに接続された外部装置上のアプリケーションと連携して動作するアプリケーションであって、前記グループ管理テーブルにおいて当該外部装置上のアプリケーションの種類と同じ種類のグループに対応づけて登録されているものとしてもよい。   In this case, the application is an application that operates in cooperation with an application on the external device connected to the search system, and is the same type as the type of the application on the external device in the group management table. It may be registered in association with the group.

また、以上の検索システムは、前記自動入力手段において、前記アプリケーションが起動された後、もしくは、前記アプリケーションがユーザ操作受付可能な状態に遷移した後に最初に表示した前記文字列入力ボックスについてのみ、前記文字列入力ボックスに前記文字列記憶手段に登録されている文字列を入力する自動入力を行うように構成してもよい。   Further, the above search system is configured so that only the character string input box that is displayed first after the application is started or after the application transitions to a state in which user operation can be accepted in the automatic input unit. You may comprise so that the automatic input which inputs the character string registered into the said character string memory | storage means into a character string input box may be performed.

また、以上の検索システムは、前記自動入力手段において、前記文字列入力ボックスに前記文字列記憶手段に登録されている文字列を入力する自動入力を行った後に、ユーザの当該文字列入力ボックスへの文字入力操作が発生した場合に、前記自動入力によって当該文字列入力ボックスに入力した文字列を消去するように構成してもよい。このようにすることにより、自動入力した文字列と異なる検索キーを用いるためにユーザが文字列入力ボックスに新たな文字列を入力する際に、当該入力に先だって自動入力した文字列を削除するための特段の操作をユーザが行う必要がなくなる。   In the above search system, the automatic input means performs automatic input for inputting a character string registered in the character string storage means in the character string input box, and then enters the character string input box of the user. When the character input operation is performed, the character string input to the character string input box by the automatic input may be deleted. In this way, when a user inputs a new character string in the character string input box in order to use a search key different from the automatically input character string, the character string automatically input prior to the input is deleted. This eliminates the need for the user to perform special operations.

また、以上の検索システムは、前記自動入力手段において、前記文字列入力ボックスの、前記ユーザによる選択操作が発生したときに、前記自動入力を行うように構成してもよい。   Further, the above search system may be configured to perform the automatic input when the user selects a character string input box in the automatic input unit.

以上のように、本発明によれば、異なる複数のアプリケーションにおいて行う同じキーワードによる検索作業を容易化することができる。   As described above, according to the present invention, a search operation using the same keyword performed in a plurality of different applications can be facilitated.

本発明の実施形態に係る車載装置とスマートフォンの構成を示すブロック図である。It is a block diagram which shows the structure of the vehicle-mounted apparatus and smart phone which concern on embodiment of this invention. 本発明の実施形態に係るアプリケーショングループテーブルと最終入力文字列テーブルを示す図である。It is a figure which shows the application group table and final input character string table which concern on embodiment of this invention. 本発明の実施形態に係る最終入力文字列更新処理と自動入力処理とを示すフローチャートである。It is a flowchart which shows the last input character string update process and automatic input process which concern on embodiment of this invention. 本発明の実施形態に係る自動入力処理の処理例を示す図である。It is a figure which shows the process example of the automatic input process which concerns on embodiment of this invention. 本発明の実施形態に係る車載装置とスマートフォンの他の構成例を示すブロック図である。It is a block diagram which shows the other structural example of the vehicle equipment which concerns on embodiment of this invention, and a smart phone.

以下、本発明の実施形態について、スマートフォンが接続される車載装置への適用を例にとり説明する。
さて、図1に、このような車載装置とスマートフォンの構成を示す。
スマートフォン1は、図示するように、移動電話網にアクセスするための移動通信装置などの周辺デバイス10、操作部11、ディスプレイ12、マイクやスピーカなどを備えた音声入出力部13、車載装置2と接続するためのホストインタフェース14、スマートフォン1のOSであるところのSP-オペレーティングシステム15、SP-オペレーティングシステム15によって管理されSP-オペレーティングシステム15上で稼働するアプリケーションである複数のSP-AP16等を備えている。また、SP-オペレーティングシステム15は、操作部11、ディスプレイ12、音声入出力部13を用いた各SP-AP16のGUIを制御するためのSP-GUI制御部151を備えている。
Hereinafter, an embodiment of the present invention will be described taking application to an in-vehicle device to which a smartphone is connected as an example.
FIG. 1 shows the configuration of such an in-vehicle device and a smartphone.
As illustrated, the smartphone 1 includes a peripheral device 10 such as a mobile communication device for accessing a mobile telephone network, an operation unit 11, a display 12, a voice input / output unit 13 including a microphone and a speaker, an in-vehicle device 2, and the like. A host interface 14 for connection, an SP-operating system 15 that is an OS of the smartphone 1, a plurality of SP-APs 16 that are applications managed by the SP-operating system 15 and run on the SP-operating system 15 are provided. ing. The SP-operating system 15 includes an SP-GUI control unit 151 for controlling the GUI of each SP-AP 16 using the operation unit 11, the display 12, and the voice input / output unit 13.

また、スマートフォン1は、スマートフォン1を移動通信装置や音声入出力部13や操作部11を用いた移動電話機として機能させる移動電話機アプリケーションを備えている。また、スマートフォン1は、SNSのクライアントアプリケーションや、ナビゲーションアプリケーションや、地図ブラウザアプリケーションや、ミュージック配信サービスのクライアントアプリケーションや、ニュース配信サービスのクライアントアプリケーションや、Webブラウザアプリケーションや、飲食店舗検索サービスのクライアントアプリケーションなどの各種類のアプリケーションを、各種類毎にそれぞれ一つまたは複数、SP-AP16として備えている。   The smartphone 1 also includes a mobile phone application that causes the smartphone 1 to function as a mobile phone using the mobile communication device, the voice input / output unit 13, and the operation unit 11. The smartphone 1 also includes an SNS client application, a navigation application, a map browser application, a music distribution service client application, a news distribution service client application, a Web browser application, a restaurant search service client application, and the like. One type or a plurality of types of applications are provided as SP-AP 16 for each type.

次に、車載装置2は、自動車に搭載される装置であり、図示するように、GPS受信機やTVチューナやDVDプレイヤなどの周辺装置20、入力装置21、表示装置22、マイクやスピーカなどを備えた音声入出力装置23、スマートフォン1と接続するためのデバイスインタフェース24、車載装置2のOSであるところのH-オペレーティングシステム25、H-オペレーティングシステム25によって管理されH-オペレーティングシステム25上で稼働するアプリケーションであるH-AP26、アプリケーショングループテーブル27、最終入力文字列テーブル28とを備えている。また、H-オペレーティングシステム25は、入力装置21、表示装置22、音声入出力装置23を用いた各H-AP26のGUIを制御するためのH-GUI制御部251を備えている。   Next, the in-vehicle device 2 is a device mounted on an automobile. As shown in the figure, a peripheral device 20, such as a GPS receiver, a TV tuner, a DVD player, an input device 21, a display device 22, a microphone, a speaker, and the like are provided. The voice input / output device 23 provided, the device interface 24 for connecting to the smartphone 1, the H-operating system 25 which is the OS of the in-vehicle device 2, and the H-operating system 25 managed by the H-operating system 25 And an application group table 27 and a final input character string table 28. The H-operating system 25 includes an H-GUI control unit 251 for controlling the GUI of each H-AP 26 using the input device 21, the display device 22, and the voice input / output device 23.

ここで、車載装置2が備えるH-AP26には、スマートフォン1の個々のSP-AP16に対応して設けられた、対応するSP-AP16と連携して動作し対応するSP-AP16の入力装置21と表示装置22を用いたGUIを、H-オペレーティングシステム25を介して提供するエージェントアプリケーションを含んでいる。   Here, the H-AP 26 provided in the in-vehicle device 2 is provided corresponding to each SP-AP 16 of the smartphone 1, operates in cooperation with the corresponding SP-AP 16 and corresponds to the input device 21 of the SP-AP 16. And an agent application that provides a GUI using the display device 22 via the H-operating system 25.

次に、図2aに車載装置2が備えるアプリケーショングループテーブル27を示す。
図示するように、アプリケーショングループテーブル27は、アプリケーションの用途/機能の種類毎に対応して設けられたグループの各々に対して、当該グループに対応する種類に分類されるH-AP26が登録されている。
ここで、図2aでは、グループを設ける種類として、ミュージック配信サービスのクライアントアプリケーションが分類される種類である「ミュージック」、ナビゲーションアプリケーションや地図ブラウザアプリケーションが分類される種類である「ナビゲーション/地図」、ニュース配信サービスのクライアントアプリケーションが分類される種類である「ニュース」、SNSのクライアントアプリケーションが分類される種類である「SNS」、Webブラウザアプリケーションが分類される種類である「Web」、飲食店舗検索サービスのクライアントアプリケーションが分類される種類である「グルメ」などを設けている。
Next, FIG. 2 a shows an application group table 27 provided in the in-vehicle device 2.
As shown in the figure, in the application group table 27, for each group provided corresponding to each type of application use / function, the H-AP 26 classified into the type corresponding to the group is registered. Yes.
Here, in FIG. 2 a, “music”, which is a type in which a client application of the music distribution service is classified, is classified as “navigation / map”, which is a type in which a navigation application or a map browser application is classified, news, “News”, which is a type in which client applications of the distribution service are classified, “SNS”, which is a type in which client applications of SNS are classified, “Web”, in which types of web browser applications are classified, and restaurant search service “Gourmet” is a type of client application.

なお、H-AP26のうちの、SP-AP16と連携して動作しSP-AP16のGUIを提供するエージェントアプリケーションであるH-AP26の用途/機能の種類は、当該H-AP26がSP-AP16のGUIを提供するものであるので、連携して動作するSP-AP16の種類と同一である。すなわち、たとえば、種類が「ミュージック」であるSP-AP16と連携して動作するエージェントアプリケーションであるH-AP26の種類は「ミュージック」であり、たとえば、種類が「ニュース」であるSP-AP16と連携して動作するエージェントアプリケーションであるH-AP26の種類は「ニュース」である。   Of the H-APs 26, the type of usage / function of the H-AP 26 that is an agent application that operates in cooperation with the SP-AP 16 and provides the GUI of the SP-AP 16 is as follows. Since it provides a GUI, it is the same type of SP-AP 16 that operates in cooperation. That is, for example, the type of the H-AP 26 that is an agent application that operates in cooperation with the SP-AP 16 of the type “music” is “music”, and for example, the SP-AP 16 of the type “news” is linked. The type of the H-AP 26 that is an agent application that operates as “news” is “news”.

次に、図2bに、最終入力文字列テーブル28の内容を示す。
図示するように、最終入力文字列テーブル28は、上述した各グループ毎に対応して設けられたエントリ(図の各行)を有し、各エントリには、対応するグループと、文字列であるところの最終入力文字列と、最終入力文字列を登録した日時を表す登録日時が登録される。
Next, FIG. 2 b shows the contents of the final input character string table 28.
As shown in the figure, the final input character string table 28 has entries (each line in the figure) provided corresponding to each group described above, and each entry includes a corresponding group and a character string. And the registration date and time indicating the date and time when the last input character string was registered.

さて、このような構成において、H-GUI制御部251は、起動されているH-AP26のうちの一つをユーザ操作に応じてアクティブアプリケーションに設定し、アクティブアプリケーションのウインドウをアクティブウインドウとして表示装置22に表示し、アクティブアプリケーションからの要求に応じてアクティブウインドウの表示内容を制御すると共に、入力装置21を介したユーザのアクティブウインドウに対する入力操作を受け付け、入力内容をアクティブアプリケーションに通知するGUI制御処理を行う。ここで、このGUI制御処理には、たとえば図4a2に示すようにアクティブウインドウに、検索キー入力用の文字列入力ボックス401と検索ボタン402とがセットで設けられている場合に、ユーザの検索キー入力用の文字列入力ボックス401の選択操作を受け付けて文字列入力ボックス401をアクティブオブジェクトに設定して、図4a3に示すようにソフトウエアキーボード403を表示し、文字列入力ボックス401がアクティブオブジェクトに設定されている状態におけるユーザのソフトウエアキーボード403を用いた文字入力操作に応じて文字列入力ボックス401に文字を入力する処理や、ユーザの検索ボタン402の操作に応答して、その時点で文字列入力ボックス401に入力されている文字列を検索キーとして、検索ボタン操作発生の旨と共にアクティブアプリケーションに通知する処理が含まれる。なお、アクティブアプリケーションは、検索キーと検索ボタン操作発生の旨をH-GUI制御部251から通知されると、検索キーを用いた所定の検索を実行することとなる。   In such a configuration, the H-GUI control unit 251 sets one of the activated H-APs 26 as an active application in response to a user operation, and displays the active application window as an active window. The GUI control processing is displayed on the display 22 and controls the display content of the active window in response to a request from the active application, accepts an input operation on the active window by the user via the input device 21, and notifies the active application of the input content. I do. Here, in this GUI control processing, for example, as shown in FIG. 4a2, when a character string input box 401 for search key input and a search button 402 are provided as a set in the active window, the user search key Upon accepting the selection operation of the input character string input box 401, the character string input box 401 is set as the active object, and the software keyboard 403 is displayed as shown in FIG. 4a3. The character string input box 401 becomes the active object. In response to the character input operation in the character string input box 401 in response to the character input operation using the user's software keyboard 403 in the set state or the user's search button 402 operation, the character at that time The character string input in the column input box 401 is used as a search key. With purport of the search button operation occurrence includes processing for notifying the active application. Note that when the active application is notified from the H-GUI control unit 251 that the search key and the search button operation are generated, the active application executes a predetermined search using the search key.

また、車載装置2のH-GUI制御部251は、ユーザの検索作業を支援するために、最終入力文字列更新処理と、自動入力処理とを行う。
まず、最終入力文字列更新処理について説明する。
図3aに、この最終入力文字列更新処理の手順を示す。
図示するように、最終入力文字列更新処理において、H-GUI制御部251は、たとえば図4a3に示すようにアクティブウインドウに検索キー入力用の文字列入力ボックス401とセットで設けられた検索ボタン402に対するユーザ操作の発生を監視する(ステップ302)。なお、H-GUI制御部251は、アクティブウインドウ中の検索キー入力用の文字列入力ボックス401や検索ボタン402を、アクティブウインドウの表示内容や、表示オブジェクト構成や、アクティブウインドウ中の各文字列入力ボックス401や各ボタンに定義されているスクリプトなどを解析して認知するようにしてよい。または、H-AP26から当該H-AP26のウインドウの表示/表示更新要求時に、H-GUI制御部251に、当該ウインドウに含まれる検索キー入力用の文字列入力ボックス401や検索ボタン402を登録することにより、H-GUI制御部251において、アクティブウインドウ中の検索キー入力用の文字列入力ボックス401や検索ボタン402を認知するようにしてもよい。
Further, the H-GUI control unit 251 of the in-vehicle device 2 performs a final input character string update process and an automatic input process in order to support a user's search operation.
First, the final input character string update process will be described.
FIG. 3a shows the procedure of the final input character string update process.
As shown in the figure, in the final input character string update process, the H-GUI control unit 251 includes a search button 402 provided as a set with a character string input box 401 for search key input in the active window as shown in FIG. 4a3, for example. The occurrence of a user operation on is monitored (step 302). Note that the H-GUI control unit 251 uses the search key input character string input box 401 and the search button 402 in the active window to input the display contents of the active window, the display object configuration, and the character strings in the active window. The script defined in the box 401 or each button may be analyzed and recognized. Alternatively, when the display / display update request for the window of the H-AP 26 is issued from the H-AP 26, the search key input character string input box 401 and the search button 402 included in the window are registered in the H-GUI control unit 251. Accordingly, the H-GUI control unit 251 may recognize the character string input box 401 and the search button 402 for search key input in the active window.

そして、検索ボタン402のユーザ操作が発生したならば、その時点で、検索キー文字列入力ボックスに入力されている文字列で、最終入力文字列テーブル28のアクティブアプリケーションが属するグループのエントリの最終入力文字列を更新すると共に、当該エントリの登録日時を現在の日時に更新する(ステップ304)。ここで、アクティブアプリケーションが属するグループは、アプリケーショングループテーブル27を参照して識別する。   If a user operation of the search button 402 occurs, the last entry of the entry of the group to which the active application of the last input character string table 28 belongs with the character string that has been input in the search key character string input box at that time. The character string is updated, and the registration date / time of the entry is updated to the current date / time (step 304). Here, the group to which the active application belongs is identified with reference to the application group table 27.

そして、ステップ302の監視に戻る。
以上、最終入力文字列更新処理について説明した。
次に、自動入力処理について説明する。
図3bに自動入力処理の手順を示す。
図示するように、自動入力処理においてH-GUI制御部251は、アクティブアプリケーションが切り替わるのを監視し(ステップ352)、アクティブアプリケーションが切り替わったならば、図4a2に示すようにアクティブウインドウに検索ボタン402とセットで設けられている検索キー入力用の文字列入力ボックス401に対するユーザによる選択操作の発生を監視する(ステップ354)。ただし、ステップ352では、新たに起動されたアプリケーションの、当該起動に伴うアクティブアプリケーションへの切り替わりのみを監視するようにしてもよい。
Then, the process returns to the monitoring in step 302.
The final input character string update process has been described above.
Next, automatic input processing will be described.
FIG. 3b shows the procedure of automatic input processing.
As shown in the figure, in the automatic input process, the H-GUI control unit 251 monitors whether the active application is switched (step 352). If the active application is switched, the search button 402 is displayed in the active window as shown in FIG. 4a2. The occurrence of a selection operation by the user with respect to the search key input character string input box 401 provided as a set is monitored (step 354). However, in step 352, only the switching of the newly activated application to the active application associated with the activation may be monitored.

そして、検索キー入力用の文字列入力ボックス401に対するユーザによる選択操作が発生したならば、最終入力文字列テーブル28のアクティブアプリケーションの属するグループのエントリに、登録日時として過去所定期間内(たとえば、20分)の日時と、最終入力文字列との双方が登録されているかどうかを調べ(ステップ356)、いずれかが登録されていなければステップ352に戻って、次のアクティブアプリケーションの切り替えの発生を監視する。   If a selection operation by the user with respect to the search key input character string input box 401 occurs, the entry of the group to which the active application belongs in the final input character string table 28 is registered as a registration date and time within a past predetermined period (for example, 20 (Min) is checked whether both the date and time and the last input character string are registered (step 356). If either is not registered, the process returns to step 352 to monitor the occurrence of switching of the next active application. To do.

一方、最終入力文字列テーブル28のアクティブアプリケーションの属するグループのエントリに、登録日時として過去所定期間内の日時と、最終入力文字列との双方が登録されていれば(ステップ356)、アクティブウインドウの検索キー入力用の文字列入力ボックス401に、登録されていた最終入力文字列と同じ文字列を自動入力する(ステップ358)。   On the other hand, if both the date and time within the past predetermined period and the last input character string are registered as the registration date and time in the entry of the group to which the active application belongs in the final input character string table 28 (step 356), The same character string as the last input character string registered is automatically input into the character string input box 401 for inputting the search key (step 358).

また、以降、検索キー入力用の文字列入力ボックス401に対するユーザの文字入力操作の発生と(ステップ360)、検索ボタン402に対するユーザ操作の発生と(ステップ362)を監視する。
そして、検索キー入力用の文字列入力ボックス401に対するユーザの文字入力操作が発生した場合には(ステップ360)、上述したGUI制御処理によるユーザの文字入力操作に応じた検索キー入力用の文字列入力ボックス401に対する文字入力に先だって、検索キー入力用の文字列入力ボックス401にステップ358で自動入力した文字列を消去し(ステップ364)、ステップ352に戻って、次のアクティブアプリケーションの切り替えの発生を監視する。一方、検索ボタン402に対するユーザ操作が発生した場合には(ステップ362)、そのままステップ352に戻って、次のアクティブアプリケーションの切り替えの発生を監視する。
Thereafter, the occurrence of a user character input operation on the search key input character string input box 401 (step 360) and the occurrence of a user operation on the search button 402 (step 362) are monitored.
When a user character input operation to the search key input character string input box 401 occurs (step 360), a search key input character string corresponding to the user character input operation by the GUI control processing described above. Prior to the character input to the input box 401, the character string automatically input in the search key input character string input box 401 in step 358 is deleted (step 364), and the process returns to step 352 to generate the switching of the next active application. To monitor. On the other hand, when a user operation with respect to the search button 402 occurs (step 362), the process returns to step 352 to monitor the occurrence of switching of the next active application.

以上、自動入力処理について説明した。
ここで、以上のような最終入力文字列更新処理と自動入力処理の処理例を図4に示す。
いま、グループ「ミュージック」に属するアプリケーションAがアクティブアプリケーションに設定されて、アプリケーションAのウインドウが図4a1に示すようにアクティブウインドウとして表示されているものとする。
また、この時点において、最終入力文字列テーブル28のアプリケーションAが属するグループ「ミュージック」のエントリに登録日時として過去所定期間内の日時と、最終入力文字列とのいずれかが登録されていないものとする。
この場合、ユーザの検索メニュー451の操作に応じて、アクティブウインドウの表示内容が、図4a2に示すような、検索キー入力用の文字列入力ボックス401と検索ボタン402とがセットで設けられている表示内容に切り替えられる。また、その後、ユーザの検索キー入力用の文字列入力ボックス401の操作が発生すると、図4a3に示すように、さらにソフトウエアキーボード403が表示される。
The automatic input process has been described above.
Here, FIG. 4 shows a processing example of the final input character string update processing and automatic input processing as described above.
Assume that the application A belonging to the group “music” is set as an active application, and the window of the application A is displayed as an active window as shown in FIG. 4a1.
At this time, either the date / time in the past predetermined period or the last input character string is not registered as the registration date / time in the entry of the group “Music” to which the application A of the last input character string table 28 belongs. To do.
In this case, in accordance with the user's operation of the search menu 451, the display content of the active window is provided with a search key input character string input box 401 and a search button 402 as shown in FIG. 4a2. Switch to display contents. Thereafter, when the user operates the character string input box 401 for inputting the search key, a software keyboard 403 is further displayed as shown in FIG. 4a3.

その後、ユーザが、キーボードソフトウエアを操作すると、検索キー入力用の文字列入力ボックス401に文字が順次入力される。また、文字列入力ボックス401に文字列「ABC」を入力完了した後に、ユーザが検索ボタン402を操作すると、文字列入力ボックス401に入力されている文字列「ABC」が、最終入力文字列テーブル28のアプリケーションAが属するグループ「ミュージック」のエントリの最終入力文字列に、現在日時が当該エントリの登録日時に登録される。   Thereafter, when the user operates the keyboard software, characters are sequentially input into the character string input box 401 for inputting the search key. When the user operates the search button 402 after completing the input of the character string “ABC” in the character string input box 401, the character string “ABC” input in the character string input box 401 is changed to the final input character string table. In the last input character string of the entry of the group “music” to which the 28 application A belongs, the current date and time is registered as the registration date and time of the entry.

また、検索ボタン402の操作に応答して、文字列「ABC」を検索キーとする検索が実行され、図4a4に示すように、アクティブウインドウの表示内容が検索結果の表示に切り替わる。
ここで、この検索結果がユーザの所望の検索結果でなく、ユーザは、グループ「ミュージック」に属する他のアプリケーションBで再度、文字列「ABC」を検索キーとする検索を実行しようと考えたものとする。
この場合、ユーザは、アプリケーションBを起動し、アプリケーションBをアクティブアプリケーションとする。
すると、アプリケーションBのウインドウが図4b1に示すようにアクティブウインドウとして表示される。そして、ユーザの検索メニュー452の操作に応じて、アクティブウインドウの表示内容が、図4b2に示すような、検索キー入力用の文字列入力ボックス401と検索ボタン402とがセットで設けられている表示内容に切り替えられる。
Further, in response to the operation of the search button 402, a search using the character string “ABC” as a search key is executed, and the display content of the active window is switched to the display of the search result as shown in FIG. 4a4.
Here, the search result is not the user's desired search result, and the user thinks that another application B belonging to the group “music” will again execute a search using the character string “ABC” as a search key. And
In this case, the user activates the application B and sets the application B as an active application.
Then, the window of the application B is displayed as an active window as shown in FIG. 4b1. Then, according to the user's operation of the search menu 452, the display content of the active window is a display in which a character string input box 401 for search key input and a search button 402 are provided as a set as shown in FIG. 4b2. Switch to content.

また、その後、ユーザの検索キー入力用の文字列入力ボックス401の操作が発生すると、図4b3に示すように、さらにソフトウエアキーボード403が表示される。
また、この時点では、最終入力文字列テーブル28のアプリケーションBが属するグループ「ミュージック」のエントリに登録日時として最近の日時と、最終入力文字列「ABC」が登録されているので、図4b3に示すように、文字列入力ボックス401に文字列「ABC」が自動入力される。
Thereafter, when the user operates the character string input box 401 for inputting a search key, a software keyboard 403 is further displayed as shown in FIG. 4b3.
At this time, the latest date and time and the last input character string “ABC” are registered as the registration date and time in the entry of the group “music” to which the application B of the last input character string table 28 belongs. As described above, the character string “ABC” is automatically input to the character string input box 401.

そして、図4b3の状態で、ユーザが検索ボタン402を操作すると、文字列入力ボックス401に自動入力された文字列「ABC」が、最終入力文字列テーブル28のアプリケーションBが属するグループ「ミュージック」のエントリの最終入力文字列に、現在日時が当該エントリの登録日時に登録される。また、検索ボタン402の操作に応答して、文字列「ABC」を検索キーとする検索が実行され、図4b4に示すように、アクティブウインドウの表示内容が検索結果の表示に切り替わる。   4B3, when the user operates the search button 402, the character string “ABC” automatically input to the character string input box 401 is included in the group “music” to which the application B of the last input character string table 28 belongs. The current date / time is registered as the registration date / time of the entry in the last input character string of the entry. Further, in response to the operation of the search button 402, a search using the character string “ABC” as a search key is executed, and the display content of the active window is switched to display of the search result as shown in FIG. 4b4.

この結果、ユーザは、アプリケーションBに対して文字列「ABC」を検索キーとして入力せずとも、以前にアプリケーションAに対して検索キーとして入力した文字列「ABC」を検索キーとする検索を、アプリケーションBを用いて行うことができる。よって、アプリケーションにおいてキーワードを入力して行った検索の結果が充分でなかった場合における、他のアプリケーションにおいて行う同じキーワードによる検索作業を容易化することができる。   As a result, the user does not input the character string “ABC” as a search key for the application B, but performs a search using the character string “ABC” previously input as the search key for the application A as a search key. Application B can be used. Therefore, when the result of a search performed by inputting a keyword in the application is not sufficient, a search operation using the same keyword performed in another application can be facilitated.

一方、図4b3の状態で、ユーザがソフトウエアキーボード403を操作すると、図4c1に示すように文字列入力ボックスに入力されている文字列「ABC」は消去され、図4c2、c3に示すように、ソフトウエアキーボード403で入力された文字が、順次、文字列入力ボックス401に入力される。そして、その後、ユーザが検索ボタン402を操作すると、その時点で文字列入力ボックス401にユーザによって入力されている文字列が、最終入力文字列テーブル28のアプリケーションBが属するグループ「ミュージック」のエントリの最終入力文字列に、現在日時が当該エントリの登録日時に登録される。また、検索ボタン402の操作に応答して、その時点で文字列入力ボックス401にユーザによって入力されている文字列を検索キーとする検索が実行されることとなる。   On the other hand, when the user operates the software keyboard 403 in the state of FIG. 4b3, the character string “ABC” input to the character string input box is deleted as shown in FIG. 4c1, and as shown in FIGS. 4c2 and c3. The characters input from the software keyboard 403 are sequentially input to the character string input box 401. After that, when the user operates the search button 402, the character string input by the user in the character string input box 401 at that time is the entry of the group “music” to which the application B of the final input character string table 28 belongs. The current date and time are registered in the last input character string as the registration date and time of the entry. Further, in response to the operation of the search button 402, a search is executed using the character string input by the user in the character string input box 401 at that time as a search key.

以上、本発明の実施形態について説明した。
ところで、以上の実施形態は、コンピュータなどの、複数のアプリケーションを実行する任意の装置において適用可能である。すなわち、当該装置に、アプリケーショングループテーブル27と最終入力文字列テーブル28とを設け、アプリケーションを種類毎にグループ分けして登録して、上述した最終入力文字列更新処理と自動入力処理を実行するようにすればよい。
The embodiment of the present invention has been described above.
By the way, the above embodiment can be applied to an arbitrary apparatus that executes a plurality of applications such as a computer. That is, an application group table 27 and a final input character string table 28 are provided in the device, and applications are grouped and registered for each type so that the above-described final input character string update processing and automatic input processing are executed. You can do it.

より具体的には、たとえば、スマートフォン1のSP-AP16と連携して動作するエージェントアプリケーションを備えていない車載装置2においても、アプリケーショングループテーブル27に、各H-AP26を種類毎にグループ分けして登録して、上述した最終入力文字列更新処理と自動入力処理を実行するようにしてもよい。または、スマートフォン1にアプリケーショングループテーブル27と最終入力文字列テーブル28とを設け、アプリケーショングループテーブル27に各SP-AP16を種類毎にグループ分けして登録して、SP-GUI制御部151において、上述した最終入力文字列更新処理と自動入力処理を実行するようにしてもよい。   More specifically, for example, even in the in-vehicle device 2 that does not include an agent application that operates in cooperation with the SP-AP 16 of the smartphone 1, the H-AP 26 is grouped by type in the application group table 27. The final input character string update process and the automatic input process described above may be executed after registration. Alternatively, the application group table 27 and the final input character string table 28 are provided in the smartphone 1, and each SP-AP 16 is grouped and registered in the application group table 27 for each type, and the SP-GUI control unit 151 performs the above-described processing. The final input character string update process and the automatic input process may be executed.

また、以上の実施形態は、SP-AP16と連携して動作するエージェントアプリケーションを備えず、単にスマートフォン1の入出力装置として機能する車載装置2に適用するようにしてもよい。
すなわち、この場合、車載装置2はたとえば図5に示すように構成され、車載装置2のH-オペレーティングシステム25は、スマートフォン1のSP-AP16からSP-オペレーティングシステム15を介して送信される表示内容を表示装置22に表示し、入力装置21で受け付けた操作内容をSP-オペレーティングシステム15を介してSP-AP16に送信する処理を行う。
Further, the above embodiment may be applied to the in-vehicle device 2 that does not include an agent application that operates in cooperation with the SP-AP 16 and that simply functions as an input / output device of the smartphone 1.
That is, in this case, the in-vehicle device 2 is configured as shown in FIG. 5, for example, and the H-operating system 25 of the in-vehicle device 2 is displayed via the SP-operating system 15 from the SP-AP 16 of the smartphone 1. Is displayed on the display device 22, and the operation content received by the input device 21 is transmitted to the SP-AP 16 via the SP-operating system 15.

また、車載装置2は、最終入力文字列テーブル28に代えて最終入力座標列テーブル200を備えている。また、アプリケーショングループテーブル27には、スマートフォン1のSP-AP16を用途/機能の種類毎にグループ分けして登録する。またH-オペレーティングシステム25は、車載装置2が入出力を行っているSP-AP16を、スマートフォン1からの通知を受けて識別する。   The in-vehicle device 2 includes a final input coordinate string table 200 instead of the final input character string table 28. In the application group table 27, the SP-AP 16 of the smartphone 1 is registered in groups for each type of use / function. In addition, the H-operating system 25 identifies the SP-AP 16 that the in-vehicle device 2 performs input / output in response to the notification from the smartphone 1.

そして、H-オペレーティングシステム25は、表示装置22の表示内容を解析して、表示装置22に検索ボタン402とソフトウエアキーボード403が表示されている期間中に入力装置21から入力されたソフトウエアキーボード403の表示領域内の入力座標の列を保持し、検索ボタン402内の座標入力が発生したならば、最終入力座標列テーブル200の、その時点で車載装置2が入出力を行っているSP-AP16の属するグループに対して登録する。   Then, the H-operating system 25 analyzes the display content of the display device 22, and the software keyboard input from the input device 21 while the search button 402 and the software keyboard 403 are displayed on the display device 22. If the input coordinate sequence in the display area 403 is held and the coordinate input in the search button 402 occurs, the SP- in which the in-vehicle device 2 is inputting / outputting at that time in the final input coordinate sequence table 200. Register for the group to which the AP 16 belongs.

また、H-オペレーティングシステム25は、車載装置2が入出力を行っているSP-AP16が切り替わり、表示装置22に検索ボタン402とソフトウエアキーボード403が表示されたならば、最終入力座標列テーブル200の、その時点で車載装置2が入出力を行っているSP-AP16の属するグループに対して登録されている入力座標の列を、順次、入力装置21からの入力座標としてスマートフォン1に通知する。   Further, the H-operating system 25 switches to the final input coordinate sequence table 200 when the SP-AP 16 that the in-vehicle device 2 inputs / outputs is switched and the search button 402 and the software keyboard 403 are displayed on the display device 22. At this time, the smartphone 1 is sequentially notified of the input coordinate sequence registered for the group to which the SP-AP 16 to which the in-vehicle device 2 is performing input / output belongs, as the input coordinates from the input device 21.

結果、各SP-AP16のウインドウに対して表示されるソフトウエアキーボードはSP-オペレーティングシステム15によって表示されるものであって共通であるので、以上の実施形態と同様に、SP-AP16への、当該SP-AP16と同グループ内の他SP-APに対して直前に入力された検索キーの自動入力が実現される。
また、以上の実施形態では、検索キー入力用の文字列入力ボックス401に対するユーザによる選択操作が発生したときに、文字列入力ボックス401に対する自動入力を行うようにしたが、これは、検索キー入力用の文字列入力ボックス401が表示されたときに、文字列入力ボックス401に対する自動入力を行うようにしてもよい。すなわち、この場合には、自動入力処理のステップ354で、検索キー入力用の文字列入力ボックス401の表示の発生を監視し、表示が発生したならばステップ356に進むようにすればよい。
As a result, since the software keyboard displayed for each SP-AP 16 window is displayed by the SP-operating system 15 and is common, the SP-AP 16 has the same software keyboard as the above embodiment. Automatic input of the search key input immediately before the SP-AP 16 and other SP-APs in the same group is realized.
In the above embodiment, when the user performs a selection operation on the search key input character string input box 401, automatic input to the character string input box 401 is performed. When the character string input box 401 is displayed, automatic input to the character string input box 401 may be performed. That is, in this case, the occurrence of display of the character string input box 401 for search key input may be monitored in step 354 of the automatic input process, and if the display has occurred, the process may proceed to step 356.

なお、以上の実施形態における携帯装置はスマートフォン1以外の、移動電話機やPDAやポータブルゲーム機やポータブルプレイヤなどの任意の携帯装置であってよい。   Note that the portable device in the above embodiment may be any portable device other than the smartphone 1, such as a mobile phone, a PDA, a portable game machine, and a portable player.

1…スマートフォン、2…車載装置、10…周辺デバイス、11…操作部、12…ディスプレイ、13…音声入出力部、14…ホストインタフェース、15…SP-オペレーティングシステム、16…SP-AP、20…周辺装置、21…入力装置、22…表示装置、23…音声入出力装置、24…デバイスインタフェース、25…H-オペレーティングシステム、26…H-AP、27…アプリケーショングループテーブル、28…最終入力文字列テーブル、151…SP-GUI制御部、251…H-GUI制御部、401…文字列入力ボックス、402…検索ボタン、403…ソフトウエアキーボード。   DESCRIPTION OF SYMBOLS 1 ... Smartphone, 2 ... In-vehicle apparatus, 10 ... Peripheral device, 11 ... Operation part, 12 ... Display, 13 ... Voice input / output part, 14 ... Host interface, 15 ... SP-operating system, 16 ... SP-AP, 20 ... Peripheral device, 21 ... input device, 22 ... display device, 23 ... voice input / output device, 24 ... device interface, 25 ... H-operating system, 26 ... H-AP, 27 ... application group table, 28 ... last input character string Table: 151... SP-GUI controller, 251. H-GUI controller, 401. Character string input box, 402. Search button, 403.

Claims (7)

文字列入力ボックスを表示し当該文字列入力ボックスにユーザの文字入力操作によって入力された文字列を検索キーとする検索を行う複数のアプリケーションを実行する検索システムであって、
アプリケーションが実行した検索に検索キーとして用いられた文字列を登録する文字列記憶手段と、
アプリケーションが表示した前記文字列入力ボックスに、前記文字列記憶手段に登録されている文字列を入力する自動入力を行う自動入力手段とを有することを特徴とする検索システム。
A search system that displays a character string input box and executes a plurality of applications that perform a search using a character string input by a user's character input operation in the character string input box as a search key,
A character string storage means for registering a character string used as a search key in a search executed by the application;
An automatic input means for performing automatic input for inputting a character string registered in the character string storage means in the character string input box displayed by an application.
請求項1記載の検索システムであって、
前記各アプリケーションを、当該アプリケーションが属する前記アプリケーションの種類毎のグループに対応づけて登録したグループ管理テーブルを有し、
前記文字列記憶手段は、アプリケーションが実行した検索に検索キーとして用いられた文字列を、当該検索を実行したアプリケーションが前記グループ管理テーブルにおいて対応づけて登録されているグループに対応づけて登録し、
前記自動入力手段は、前記アプリケーションが表示した前記文字列入力ボックスに、当該文字列入力ボックスを表示したアプリケーションが前記グループ管理テーブルにおいて対応づけて登録されているグループに対応づけて前記文字列記憶手段に登録されている文字列を入力する自動入力を行うことを特徴とする検索システム。
The search system according to claim 1,
A group management table in which each application is registered in association with a group for each type of the application to which the application belongs;
The character string storage means registers a character string used as a search key for a search executed by an application in association with a group in which the application that executed the search is registered in association with the group management table,
The automatic input means associates the character string storage means with the character string input box displayed by the application in association with a group in which the application displaying the character string input box is registered in association with the group management table. A search system characterized by performing automatic input to input a character string registered in.
請求項1または2記載の検索システムであって、
前記自動入力手段は、前記アプリケーションが起動された後、もしくは、前記アプリケーションがユーザ操作受付可能な状態に遷移した後に最初に表示した前記文字列入力ボックスについてのみ、前記文字列入力ボックスに前記文字列記憶手段に登録されている文字列を入力する自動入力を行うことを特徴とする検索システム。
The search system according to claim 1 or 2, wherein
The automatic input means is configured such that the character string input box includes only the character string input box that is displayed first after the application is started or after the application transitions to a state in which user operation can be accepted. A search system for automatically inputting a character string registered in a storage means.
請求項1、2または3記載の検索システムであって、
前記自動入力手段は、前記文字列入力ボックスに前記文字列記憶手段に登録されている文字列を入力する自動入力を行った後に、ユーザの当該文字列入力ボックスへの文字入力操作が発生した場合に、前記自動入力によって当該文字列入力ボックスに入力した文字列を消去することを特徴とする検索システム。
The search system according to claim 1, 2, or 3,
The automatic input means, when the user performs a character input operation to the character string input box after performing automatic input to input the character string registered in the character string storage means to the character string input box And a character string input to the character string input box by the automatic input is deleted.
請求項1、2、3または4記載の検索システムであって、
前記自動入力手段は、前記文字列入力ボックスの、前記ユーザによる選択操作が発生したときに、前記自動入力を行うことを特徴とする検索システム。
The search system according to claim 1, 2, 3 or 4,
The search system according to claim 1, wherein the automatic input means performs the automatic input when the user selects the character string input box.
請求項2記載の検索システムであって、
前記アプリケーションは、当該検索システムに接続された外部装置上のアプリケーションと連携して動作するアプリケーションであって、前記グループ管理テーブルにおいて当該外部装置上のアプリケーションの種類と同じ種類のグループに対応づけて登録されていることを特徴とする検索システム。
The search system according to claim 2,
The application is an application that operates in cooperation with an application on an external device connected to the search system, and is registered in association with a group of the same type as the application type on the external device in the group management table. Search system characterized by being.
コンピュータに読み取られ実行されるコンピュータプログラムであって、
当該コンピュータを請求項1、2、3、4、5または6記載の検索システムとして機能させることを特徴とするコンピュータプログラム。
A computer program that is read and executed by a computer,
A computer program for causing the computer to function as the search system according to claim 1, 2, 3, 4, 5 or 6.
JP2011273115A 2011-12-14 2011-12-14 Search system Expired - Fee Related JP5808239B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011273115A JP5808239B2 (en) 2011-12-14 2011-12-14 Search system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011273115A JP5808239B2 (en) 2011-12-14 2011-12-14 Search system

Publications (2)

Publication Number Publication Date
JP2013125376A true JP2013125376A (en) 2013-06-24
JP5808239B2 JP5808239B2 (en) 2015-11-10

Family

ID=48776580

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011273115A Expired - Fee Related JP5808239B2 (en) 2011-12-14 2011-12-14 Search system

Country Status (1)

Country Link
JP (1) JP5808239B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104462109A (en) * 2013-09-17 2015-03-25 阿尔派株式会社 Retrieval device and retrieval method
CN107704170A (en) * 2017-09-28 2018-02-16 珠海市魅族科技有限公司 A kind of terminal control method and device, terminal and readable storage medium storing program for executing

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102490426B1 (en) 2018-01-31 2023-01-19 삼성전자주식회사 Electronic apparatus for executing recommendation application and operating method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04238520A (en) * 1991-01-23 1992-08-26 Matsushita Electric Ind Co Ltd Data input processor
JP2004295308A (en) * 2003-03-26 2004-10-21 Casio Comput Co Ltd Information display controller, server and program
JP2008250523A (en) * 2007-03-29 2008-10-16 Brother Ind Ltd Network system, communication apparatus and computer program
JP2010517133A (en) * 2007-01-22 2010-05-20 ジン シン,ハン Web site integrated search apparatus and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04238520A (en) * 1991-01-23 1992-08-26 Matsushita Electric Ind Co Ltd Data input processor
JP2004295308A (en) * 2003-03-26 2004-10-21 Casio Comput Co Ltd Information display controller, server and program
JP2010517133A (en) * 2007-01-22 2010-05-20 ジン シン,ハン Web site integrated search apparatus and method
JP2008250523A (en) * 2007-03-29 2008-10-16 Brother Ind Ltd Network system, communication apparatus and computer program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104462109A (en) * 2013-09-17 2015-03-25 阿尔派株式会社 Retrieval device and retrieval method
CN104462109B (en) * 2013-09-17 2018-10-26 阿尔派株式会社 Retrieve device and search method
CN107704170A (en) * 2017-09-28 2018-02-16 珠海市魅族科技有限公司 A kind of terminal control method and device, terminal and readable storage medium storing program for executing

Also Published As

Publication number Publication date
JP5808239B2 (en) 2015-11-10

Similar Documents

Publication Publication Date Title
US10831161B2 (en) Method and device for sending communication message
US10798544B2 (en) Method for exchanging data with in-vehicle infotainment, server, mobile terminal, and apparatus
CN107436758B (en) A kind of information display method and mobile terminal of mobile terminal
TWI604368B (en) Data processing method and device
EP2735133B1 (en) Method and apparatus for providing data entry content to a remote environment
KR102231754B1 (en) User Interface Displaying Method for Device and Device Thereof
CN105302452B (en) Operation method and device based on gesture interaction
AU2014201435A1 (en) Applications presentation method and system of mobile terminal
US10462511B2 (en) Method, device and system for presenting information
JP2018504708A (en) Method, device, and system for managing information recommendations
WO2014206138A1 (en) Webpage data update method, apparatus and terminal device
WO2015010466A1 (en) Information display method and apparatus, and mobile terminal
CN106156097B (en) Method and device for processing browser input records
CN105530222B (en) Connection method for building up between multiple terminals, device and system
US10298590B2 (en) Application-based service providing method, apparatus, and system
JP5808239B2 (en) Search system
JP2016200541A (en) Navigation system and on-vehicle device
WO2015014138A1 (en) Method, device, and equipment for displaying display frame
US20210143926A1 (en) Fm channel finding and searching method, mobile terminal and storage apparatus
JP2015201074A (en) Information processing device and computer program
US20160283047A1 (en) Login interface displaying method and apparatus
CN109299359B (en) Road condition query method, device, terminal and storage medium
CN104954231B (en) Method and device for sending and displaying recommendation information
JPWO2014112094A1 (en) Information display control device and communication terminal
JP3219892U (en) Vehicle language switching device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140925

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150414

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150415

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150608

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20150908

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150908

R150 Certificate of patent or registration of utility model

Ref document number: 5808239

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees