To show or hide the partial match check box option:
- Open the index.htm in Notepad and locate the configuration section.
- 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" />
- Save the changes to the index.htm file.