Versions Compared

Key

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

...

fDSpace Discovery

Table of Contents
minLevel2
outlinetrue
stylenone

...

  • The list of applicable sidebarFacets
  • The list of applicable searchFilters
  • The list of applicable searchSortFields
  • Any default filter queries (optional)
  • The configuration for the Recent submissions display

Configuring lists of sidebarFacets

...

and searchFilters

...

Below is an example of how one of these lists can be configured. It's important that each of the bean references corresponds with the exact name of the earlier defined Facets, filters or sort options.

Code Block
langxml
<property name="sidebarFacets">
    <list>
        <ref bean="sidebarFacetAuthor" />
        <ref bean="sidebarFacetSubject" />
        <ref bean="sidebarFacetDateIssued" />
    </list>
</property>

Configuring and customizinglist of searchSortFields

Adding default filter queries (OPTIONAL)

...