Versions Compared

Key

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

...

  1. Create a new View

    • Click to "Structure" then "Views".

    • In the "Show" box, select "Islandora Solr".

    • When creating a new view, the option to "Create a Page" will be checked, and the option to "Create a Block" will be unchecked.  Uncheck "Create a Page".  Check the box to "Create a Block".

    • Click "Continue and Edit"
    • By default, a block will be created that contains no more than five items in an unformatted list. For this tutorial, these settings will be fine. Click 'Continue & Edit' to continue.

  2. Configure the Block:

    • Under "Fields", remove the "Islandora Solr: Score" field by clicking on "Islandora Solr: Score" and then in the pop up box clicking "Remove".    

    • In the top right corner, click "Save" to save the change.

  3. Add the 'dc.title' field to FIELDS

    • Titles of objects created with an XML form are given the 'dc.title' field. This is what we are going to want our block to display.

...

    • In the "Fields" section, click the '

...

    • Add' button

...

    • .  On the overlay that comes up, select

...

    • "Islandora Solr: dc.title

...

    • " from the list. Click

...

    • "Apply (all displays)

...

    • ".

    • For a small block, we probably don't want a label showing up for every object listed, so uncheck 'Create a label'.

    • Check the 'Link field to object' button to make sure each object is being linked to from the block.

    • Click 'Apply (all displays)' again to close the overlay.

...

    • In the top right corner, click "Save" to save the change.
  1. Add the 'RELS_EXT_isMemberOfCollection_uri_ms' field to FILTER CRITERIA

We want our objects to be filtered from a certain collection. RELS-EXT datastreams define this collection with the format 'info:fedora/namespace:collection_pid'. In the case of a standard installation of Islandora, the Basic Image Solution Pack will have the RELS-EXT isMemberOfCollection_uri_ms field 'info:fedora/islandora:sp_basic_image_collection'. At any time, you can check a collection's namespace:collection_pid by clicking the 'Manage' tab on that collection, and then clicking the 'Datastreams' button. The collection's namespace:collection_pid will be above the list of datastreams.

...