Application Server Web.Config File Updates - Full-Text Search - English - Foundation 22.1 - OnBase - external

Full-Text Search

Platform
OnBase
Product
Full-Text Search
Release
Foundation 22.1
License

In order to use Full-Text Search with IDOL, you must update a key in the web.config file of the OnBase Application Server.

Note:

Editing the web.config is only required when using both Full-Text Search and IDOL. The UseOnBaseFullText key is only required for using both modules.

To edit the web.config file:

  1. Locate the web.config file of the OnBase Application Server. In a default installation, this is located at C:\inetpub\wwwroot\AppServer
  2. Open the web.config file in a plain-text editor, such as Notepad.
    Note:

    The *.config file should only be edited in a plain-text editor, such as Notepad, or a utility specifically designed to edit XML files. It should not be edited in a binary editor, such as Microsoft Word. Using a binary editor can introduce invalid characters to the file and make it unreadable by the software.

  3. Locate the UseOnBaseFullText key under the appSettings element. If this key is not available, you must add it as a child of the appSettings element:
    <add key="UseOnBaseFulltext" value="true" />
  4. Make sure the value of the value attribute in the UseOnBaseFullText key is true.
  5. Save and close the web.config file.
  6. Refresh the cache of the Application Server for the changes to take effect.
    Tip:

    If you are installing multiple full-text servers, see Configuring a Full-Text Server to Process Specific Full-Text Catalogs.