SpellCheck

Overview

A portal can be configured to automatically correct a misspelled word and present search results for the corrected spelling.
Users can choose to continue their search using the original spelling of the word.


Figure : Spellcheck Auto-corrects Search Words

Configuring Spellcheck

  1. Login to Portal Administration.
  2. Click Edit in a portal's row in the Available Portals list.
  3. Click Configuration.
  4. Scroll to the lines:
    <search>
    <spellCheck>
  5. Make changes as described in table "Configure Spellcheck".
  6. Click Save

XML Section

Description

Example

<search>

<spellCheck enabled/>

Enable Spell Check by setting enabled= "true".

Disable it by setting enabled="false".

<spellCheck enabled="true" />

  Table : Configure Spellcheck