Skip to main content
Link Search Menu Expand Document

Browse Page

This section of “_data/theme.yml” configures your collection’s Browse page features.

NOTE: The options described below only apply to CSV. GH and SHEETS do not have faceted/advanced search options or default sort (yet).

Browse Page Options:

  • This option enables or disables the advanced search functionality.
  • When enabled, users can access advanced search options by clicking the advanced search button above the search box. This opens a modal in which more complex searches can be constructed.
  • It can be either:
    advanced-search: true
    
  • or:
    advanced-search: false
    
  • This option enables or disables faceted search functionality.
  • When enabled, a field selection panel appears to the left of the search results, allowing users to filter results by specific metadata fields.
  • It can be either:
    faceted-search: true
    
  • or:
    faceted-search: false
    

Simple Search Option: The below options enable advanced/faceted search options. To use the basic search functionality instead, set both advanced-search and faceted-search to false in theme.yml.

default-sort-field:

  • Determines which metadata field is used for the default sorting of browse results.
  • The value must match one of the field values (first column) in the config-browse.csv file.
  • For example:
    default-sort-field: date
    
  • If left blank or if the value doesn’t match any field in config-browse.csv’s first column, the default sort will be a random sort.

Note: The Browse page’s display fields are configured in “_data/config-browse.csv”. This file defines which metadata fields will be displayed and how they’ll appear in the browse view. More Here

Pro Tip: When configuring your Browse page, consider what fields are most important for your users to search and filter by. Including too many facets can be overwhelming, while too few might limit discovery.