Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enable the module and if the navigation controls are desired, enable and configure the "Islandora Compound Object Navigation" block at /admin/structure/block.

Usage

To create a compound object:

  • Go to parent collection.
  • Click "Manage".
  • Enable the "Compound Object" module under "Collection" tab, then click "Update Collection Policy".
  • After enabling the compound object module, click the "Overview" tab then "Add an Object".
  • Select "Compound Object" then "Next".
  • Select "Compound Object MODS form" then "Next".
  • Fill in the form then click "Next".
  • After the compound object has been created, you can add "child" objects. Click "Manage" > "Compound".
  • Under the "Add Child Object" field, enter the PID for each object to be added to the compound object, then click submit. If you do not use drush, you must do this once-at-a-time for each PID.

Configuration

The module has documented configuration options at admin/islandora/solution_pack_config/compound_object

By default, compound objects will be filtered from Solr search results. To change this, go to "Islandora" > "Compound Objects" > and change the Solr Filter Query from -RELS_EXT_isConstituentOf_uri_mt:* to RELS_EXT_isConstituentOf_uri_mt:* (i.e. remove the minus sign).

 

Customization

The "Islandora Compound Object Navigation" block can be themed. See theme_islandora_compound_prev_next().

...