Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a GlobalSearch portal is provisioned in Capture Administration, GlobalCapture will send the value referenced in the config noted above to the registered GlobalSearch instance. GlobalSearch will store that value in it’s open API web.config file.

Code Block
languagexml
<add key="CaptureApi" value="http://localhost/Square9CaptureApi" />

...

There may be cases where you wish to manually control Capture’s ability to update Search’s reference to the capture API. This may be desirable when a customer has more than one capture environment releasing to a common GlobalSearch instance. In this case, a key will be manually added to the GlobalCapture API’s config:

Code Block
languagexml
<add key="CaptureOnly" value="true" />

...