Disable Spellcheck

By default, spellcheck is available for all users who do not have the FindBI role (and disabled for users with the FindBI role). You can optionally disable spellcheck for all users.

To disable spellcheck for all users

  1. Go to the Find home directory.
  2. Open config.json in a text editor.
  3. Find the search section.

  4. Add or modify the spellcheck object. In this object, set the enabled property to false. For example:

    {
       ...
       "search": {
          "spellCheck": {
             "enabled": false
          }
       },