To set the default search behavior:
- Open the index.htm and locate the configuration section.
- Locate the code for Set search results to match partial words by default.
- Change the value to true to automatically use partial word matching.
- Change the value to false to automatically use exact word matching.
<!-- Set search results to match partial words by default -->
<!-- Note: this setting will apply regardless whether the 'Match partial words' showing or not -->
<input id="matchPartialWordsInResult" type="hidden" value="false" />
- Save the changes to the index.htm file.