Configure When to Send Background Queries

In some cases, Find sends background queries to update the topic map visualization (if enabled). By default, Find sends these queries as soon as any of the relevant input changes (such as parametric fields). You can optionally configure Find to send those queries only when the topic map is visible, or when it becomes visible.

To configure background queries

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

  4. Add or modify the fetchOnDemand parameter. Set fetchOnDemand to true to delay queries until they are needed. The default value is false, in which case Find performs the query as soon as the input changes.

    "uiCustomization": {
        "fetchOnDemand": true
        }