Configure whether you want to paginate search results, and if so, how many search results to show per page. Search pagination limits the display of search result subsets based on the search pagination criteria. If you use Contenta S1000D, configure these settings in Contenta S1000D.
Procedure
- If you use Contenta S1000D, configure these settings in the publish configuration file of the Contenta S1000D Publish tool. For details on how to do this, refer to the Paginating search results in a published IETP topic under Publishing IETPs in the Using SDL Contenta S1000D documentation.
- If you do not use Contenta S1000D, navigate to your collection directory and open wietmsd_prg.xml for editing.
- Within the
ietm section, enable search pagination by adding the following configitem element:
<configitem name="ietm.needs_partition">
<comments>Enable partitioning of search results</comments>
<value>1</value>
</configitem>
- Within the
ietm section, set partition size (that is, the number of search results displayed per page) by adding the following configitem element:
<configitem name="ietm.partition_size">
<comments>Size of partition</comments>
<value>NUM</value>
</configitem>
where NUM is the number of search results subsets displayed per page within the viewer.
- Save and close wietmsd_prg.xml.