Documentation Center

Selecting search categories to use in a publication

Edit wietmsd.xml to configure the search categories for one or more publications.

Procedure

  1. Navigate to your collection directory
  2. Open wietmsd.xml for editing.
  3. Find a book element with its name attribute set to the ID of the publication you want to configure.
  4. Within this book element, ensure the presence of a configitem child element with its name attribute set to search.
  5. Within this configitem element, ensure the presence of a <value> child element.
  6. 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>
  7. Repeat these steps as needed inside other book elements, to configure search categories for any other publications.
  8. Save and close wietmsd.xml.