ワイルドカードでのキーワード検索の使用Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } リストビューでワイルドカード付きのキーワード検索を使用すると、結果が混乱する可能性があります。列検索では、* 記号は「包含」演算子として機能しますが、キーワード検索では、検索パターンを広げるワイルドカードとして機能します。 キーワード検索 (ワイルドカードなし) キーワード検索には演算子は必要ありません。* (含む)、!* (含まない)、< (次の値より小さい)、> (より大きい) などの演算子は、フィールド固有の検索にのみ適用され、キーワード検索には適用されません。 リスト見出しに「キーワード」または「テキスト用」が表示されている場合は、キーワード検索を実行しています。キーワード検索では複数のフィールドがスキャンされ、入力されたとおりの用語が検索されます。 例: abcde (ワイルドカードなし) を検索すると、その用語とまったく同じ単語を含むレコードのみが返されます。 このタイプの検索は 完全一致 と同様に動作し、単語の前後のバリエーションは自動的には含まれません。 キーワード検索 (ワイルドカードを使用) キーワード検索にワイルドカードを追加すると、ワイルドカードが配置されている場所に応じて、検索が拡張され、用語の前後に部分一致が含まれます。 検索入力説明結果の例ABCDE*「abcde」で始まるすべてのレコードを検索します。abcde9、abcde78、abcdenhtg*ABCDE*テキスト内の任意の場所に「abcde」を含むすべてのレコードを検索しますabcde9、uytabcdepoi、99abcde99 用語の前後に * (たとえば、*abcde*) を使用すると、キーワードの前後が無視されるため、「次の値を含む」検索に最も近い動作が得られます。 画像 1: 画像 2: 画像 3: Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } すべてのリリース Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } フィールドベースの検索とキーワード検索 番号、簡単な説明、優先度、発信者などの特定のフィールドを検索する場合、プラットフォームではフィールド演算子 (*、!=、<、> など) が使用されます。 例:フィルターとして [数値] を選択して「*0000002」と入力すると、[数値] に0000002が含まれているレコードが検索されます。 これに対し、キーワード検索は 1 つの列やフィールドに関連付けられておらず、複数のインデックス付きフィールドにわたって検索します。条件ビルダー (砂時計アイコン) を使用して条件として「キーワード」を選択した場合、使用可能な演算子は「次の値に等しい」のみです。これは、ワイルドカードが標準のフィールド演算子とは異なる方法で解釈されることを示します。 Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } * は、キーワード検索とフィールド固有の検索では動作が異なります。ワイルドカードなしのキーワード検索では、完全一致が検索されます。ワイルドカードを使用したキーワード検索では、配置 (abcde*、*abcde*) に応じて結果が広がります。用語 (*term*) の前後にワイルドカードを使用して、「contains」のような動作をします。 Related Links<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ワイルドカードレコードリストのテキスト検索。