Viewing Knowledge Entries

If you are searching for an answer to a question or problem, use the Knowledge Search window or the Quick Search to view the knowledge entry.

There are three ways in which you can view knowledge entries:

  1. Via the Knowledge Search window

  2. Via the Quick Search on the toolbar

  3. Or via the Knowledge Admin Search window.

The first two methods open the Knowledge Entry window which is in 'reading' mode. The third method opens the Knowledge Entry Details window which is in edit mode.

Use the Knowledge Admin Search window if you need to update, moderate, or delete knowledge entries, or to find knowledge entries that are deleted or in draft. You will also find additional information about knowledge entries in the Information Panel, using this search.

Searching for Knowledge Entries

Before you start

If moderated is selected in the Knowledge Bank Settings, unmoderated knowledge entries will not be displayed.

You must have Search selected on the Options tab of your Knowledge Management security role.

  1. From the Quick Search menu, enter the knowledge article number and press Enter. A list of all entities in the system matching that number will appear. Select the Knowledge article you want to view.

  1. Select ≡ > Search > Knowledge Bank.

    The Knowledge Search window has two panes. The Search Criteria pane is on the left where you enter search options. The main pane on the right displays the results of a search.

  2. Select your search criteria in the Knowledge Search Criteria pane on the left.

    The Options section contains fields that allow you to search on the following criteria:

The available Article types will depend on what has been enabled in System Administration.

  • The Knowledge Article Criteria section contains fields that allow you to search on the following criteria:

You can choose to search text in the call, (description text) or the attached objects.

The search returns knowledge entries with regular expressions associated with the search words, including wildcard characters such as an underscore (_) to represent one character or percentage (%) to represent zero or more characters.

Usage of regular expressions is specific to SQL Server. The regular expression wildcard characters that ASM Core supports include:

ASM used SQL server, exclusively. In SQL Server, wildcards are used in text search to allow for flexible pattern matching. The most commonly used wildcard is %, but SQL Server also supports several other wildcards. Here’s an overview of the wildcards supported in SQL Server for text searches:

  1. % (Percent Sign) – Match Any Sequence of Characters

Represents zero or more characters in a search

This will match any first name that starts with “J” (e.g., John, James, Jason).

  1. _ (Underscore) – Match a Single Character

Represents a single character in a search.

J_n

This will match any first name that starts with “J”, followed by any single character, and ends with “n” (e.g., Jon, Jen).

  1. [] (Square Brackets) – Match Any Single Character within a Range or Set

Matches any single character within the brackets. You can also specify a range of characters.

[JM]on

This will match first names that start with “J” or “M” and end with “on” (e.g., Jon, Mon).

[A-D]

This will match any first names starting with “A”, “B”, “C”, or “D” (e.g., Alice, David).

  1. [^] (Caret Inside Square Brackets) – Exclude Characters within a Range or Set

    Matches any single character not within the brackets. Used to negate a character set.

[^J]%

This will match any first name that does not start with “J” (e.g., Alice, Monica).

  1. - (Hyphen) – Match a Range of Characters within Square Brackets

    Defines a range of characters when used inside square brackets ([]). This can be combined with the [] wildcard.

[A-F]%

This will match first names that start with any letter from “A” to “F” (e.g., Alex, Frank).

[0-9]%

This will match any last name that starts with a number (e.g., 1st, 2nd).

Adding Additional Search Criteria

You can add more fields to your search criteria. To do so, select at the top of the Knowledge Search Criteria pane and configure your search criteria.

  1. Select Search. The results are displayed in a browse table in the right hand pane, with the score (shown as a percentage) on the far right indicating how closely the entry matches the criteria. Each entry type is denoted by a specific icon.

You may see entries that do not appear to contain any of the search keywords entered. This is because each knowledge entry has Context, which is the collection of all calls linked to it. The description of each call in the context is indexed along with the text in the knowledge entry. This enables Analysts to find entries that may be relevant to a call by searching for words featured in the description of other calls that these entries have previously helped solve.

  1. Select the entry you want to view.

Other Search Options

You can add additional search options by selecting at the top of the Knowledge Search Criteria pane and configuring your search criteria. A description of some of the options (that is, attributes of knowledge entries) you can add is provided below.

Knowledge Entry Window

The knowledge entry window displays information about the question or issue you were searching for, and may also include links to relevant calls, websites, or other knowledge entries, and linked objects including CMDB Items.

Info Panel - reading mode

This contains the following information.

Toolbar Buttons on the Knowledge Entry Window

A number of toolbar buttons are provided on this window, which enable you to print the entry, link it, etc.

Feedback on a Knowledge Entry

You can give feedback on an entry, including rating for quality and content, flags for the entry to be reviewed and commented on. Any submitted feedback can be viewed via the Feedback Explorer Option on the Knowledge Bank window.

Before you start

You cannot give feedback on an entry if you have created or contributed to it.

  1. Scroll across/down to see the feedback area.

  1. In response to the question How would you rate the quality and content of this entry?, select one of the available ratings.

  2. Select the Review Required checkbox if you would like the entry to be reviewed. Entries flagged for review are still be available for viewing and editing by analysts with appropriate permissions.

  3. Once an entry has been flagged as requiring review, the Review Required checkbox will no longer be displayed.

  4. Use the Comments box to provide more information on the feedback rating you have selected or the reason for selecting the Review Required option.

  5. Select OK to save the feedback. The information panel is updated with the feedback information. If you have requested a review, a flagged for review message appears at the bottom of the pane.

Last updated