Documentation Center

Disabling calculation and display of the search hit count in the table of contents

By default, calculating and displaying the search hit count in the table of contents is enabled. You can disabling this feature to enhance search performance for large IETPs.

Procedure

  1. Navigate to the templates/config/ subdirectory of your skin directory.
  2. Open components.xml for editing.
  3. Find or add a prop element with its id attribute set to disableHitCount.
  4. Set the contents of this element to 1:
    <prop id="disableHitCount">1</prop>
  5. Save and close components.xml.