Edit wietmsd.xml to configure the search categories for one or more publications.
Procedure
- Navigate to your collection directory
- Open wietmsd.xml for editing.
- Find a
book element with its name attribute set to the ID of the publication you want to configure.
- Within this
book element, ensure the presence of a configitem child element with its name attribute set to search.
- Within this
configitem element, ensure the presence of a <value> child element.
- Set the value of this
<value> element to a semicolon-separated list of search category IDs. This list can contain up to 16 IDs.
After this step, your book element may look like this, for example:
<book name="s1000d_bike_41">
...
<configitem name="search">
<value>systtlSearch;tpcttlSearch;fgrttlSearch</value>
</configitem>
</book>
- Repeat these steps as needed inside other
book elements, to configure search categories for any other publications.
- Save and close wietmsd.xml.