Next Topic

Previous Topic

Book Contents

チケットの検索

[検索]編集ボックスに検索文字列を入力します。[チケットID]、[サマリー]、[説明]、または[メモ]のフィールドに検索文字列を含む行のみが表示されます。チケットIDでチケットを検索する別の方法として、[移動]アクションボタンを使用することもできます。

詳細検索

[すべてを検索]および[チケット]の[検索]フィールドを使用するときには、単語と句のいずれでも入力できます。大文字と小文字は区別されません。

 

サンプルデータ

 

agent only

agent and machine group

machine only

agent machine

戻り値

agent

 

agent only

agent and machine group

agent machine

"agent machine"

agent machine

検索では、"the"、"on"、"when"、"for"、"is"などの一般的な単語は、"and"に置き換えられます。このような単語のリスト全体を確認するには、次のSQLクエリーを実行してください。
select * from sys.fulltext_system_stopwords where language_id = 0

戻り値

an agent for you

 

agent only

agent and machine group

agent machine

an agent for you on the machine

("An agent for you on the machine"は"agent and machine"として解釈されます。"an"、"for"、"you"、"on"、"the"は削除されます。)

agent and machine group

agent machine

"*"は使用できますが、少なくとも先頭の単語が必要です。末尾に"*"を指定すると、何も返されません。

戻り値

agen*

 

agent and machine group

agent machine

agent only

*gent

(なし)

単語、"and"、"or"、および”not”を使用できます。

戻り値

agent and machine

agent and machine group

agent machine

agent or machine

agent only

agent and machine group

machine only

agent machine

agent and not machine

agent only