Disable Saved Search Sharing

By default, when saved searches are enabled, users with the FindBI role can share their saved searches with other users. This feature allows the user to list and search for users to share with. In some cases, you might want to disable this feature if you consider this to be a privacy or security problem.

To disable saved search searching

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

  4. Add or modify the sharingEnabled option. Set this option to false to disable saved search sharing. For example:

    {
       ...
       "savedSearches": {
          ...
          "sharingEnabled": false
       }
    }