Show or hide the partial match checkbox option - On Premises: 6.4

Publishing

To show or hide the partial match check box option:

  1. Open the index.htm in Notepad and locate the configuration section.
  2. Locate the code for Show Match partial words with Search.
    • To display the check box change the value to "true".
    • To hide the check box change the value to "false".

      <!-- Show Match partial words with Search -->

      <input id="matchPartialWords" type="hidden" value="true" />

  3. Save the changes to the index.htm file.