Enable or Disable Type Ahead

Find type ahead provides suggestions for different searches while a user is typing.

You can configure Find to enable or disable type ahead for the different Find user roles.

To enable or disable type ahead

  1. Go to the Find home directory.
  2. Open config.json in a text editor.
  3. Find the uiCustomization section, and the options subsection.

  4. Add or modify the enableTypeAhead object. Set a user role to false to disable type ahead, or true to enable it. For example:

    "uiCustomization": {
        "options": {
            "enableTypeAhead": {
              "user": false,
              "bi": true
            },
            "enableRelatedConcepts": {
              "user": true,
              "bi": false
            }
          },