Find

23.3.0

New Features

  • You can now turn off sharing for saved searches for users with the FindBI role. You might want to do this for security or privacy reasons to prevent users from searching for other users to share with. To disable saved search sharing, set the following options in the Find configuration file:

    {
       ...
       "savedSearches": {
          ...
          "sharingEnabled": false
       }
    }
  • You can now turn off spellcheck for all users, by setting the following option in the Find configuration file: 

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

    Previously, spellcheck was always enabled for users that did not have the FindBI role, and disabled for users with the FindBI role.

Resolved Issues

  • On the Related Users tab, if a user that has no fields matches the query, an error was displayed instead of the expected results.

23.2.0

New Features

  • You can now configure Find to delay some queries until the time they are needed, rather than performing the queries as soon as input changes, by using the fetchOnDemand option in the uiCustomizations section of the configuration file. The default value is False.

    This option currently affects only the topic map. With the default value (false), Find updates the topic map whenever the query concepts or parametric fields change. When you set fetchOnDemand to True, Find only updates the topic map when it becomes visible.

  • You can now use a modified Find URL to link directly to a search using parametric filters. For example: 

    http://localhost:8080/public/search/query?filter:my_field=value1&filter:my_field=value2

    If the parametric field or value does not exist, Find ignores the parameter.

  • When you change the current search, Find now closes any document preview that is open. This includes selecting or deselecting databases, adjusting parametric, numeric, or date filters, and adding or removing search terms.

  • Find now displays dates in the appropriate format for the configured language in the Web browser.

  • In the expanded document view, you can now hide the metadata pane on the right to increase the size of the document preview.

Resolved Issues

  • Integration with MMAP for video was not working correctly (that is, the Export in MMAP button on the document preview pane, and video thumbnails in List view).