Set the default search behavior - On Premises: 6.4

Publishing

To set the default search behavior:

  1. Open the index.htm and locate the configuration section.
  2. Locate the code for Set search results to match partial words by default.
  3. Change the value to true to automatically use partial word matching.
  4. 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" />

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