Enable or Disable Saved Search

Saved searches allow you to save the results of a search to return to it later. You can also use saved searches in visualizations and comparisons.

By default, saved searches are available only for users with the FindBI user role. You can enable or disable the saved searches for either user role.

To enable or disable saved search

  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 enableSavedSearch object. Set a user role to false to disable saved search, or true to enable it. For example:

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