cache_timeout = 0
#
#
#
browseTypes = {
objects = {
displayName = _(Objects),
labelSingular = _("object"),
labelPlural = _("objects"),
table = ca_objects,
restrictToTypes = [],
#dontExpandTypesHierarchically = true,
availableFacets = [],
# formats available for display of results
# possible values are: images, list, timeline, map
views = {
images = {},
list = {},
map = {
data = ca_objects.georeference,
display = {
title_template =
^ca_objects.description
, icon =^ca_objects.description
, credit_template = ^ca_objects.rightsStatement.rightsStatement_text, caption_template = ^ca_objects.caption, image = ^ca_object_representations.media.small, icon = ^ca_object_representations.media.icon } } }, sortBy = { Identifier = ca_objects.idno, Title = ca_object_labels.name }, # --- default sort direction for the sortBy options sortDirection = { Identifier = asc, Title = desc }, # --- sortControlType = dropdown or list sortControlType = dropdown }, collections = { displayName = _(Collections), labelSingular = _("collection"), labelPlural = _("collections"), table = ca_collections, restrictToTypes = [], # formats available for display of results # possible values are: images, list, timeline, map views = { images = {}, list = {} }, sortBy = { Relevance = _natural, Identifier = ca_collections.idno, Name = ca_collection_labels.name }, # --- sortControlType = dropdown or list sortControlType = dropdown }, entities = { displayName = _(People/Orgs), labelSingular = _("person"), labelPlural = _("people"), table = ca_entities, restrictToTypes = [], showLetterBarFrom = ca_entity_labels.surname, showLetterBarSorts = [ca_entity_labels.surname;ca_entity_labels.forename], # formats available for display of results # possible values are: images, list, timeline, map views = { images = {}, list = {} }, sortBy = { Relevance = _natural, Identifier = ca_entities.idno, Name = ca_entity_labels.surname;ca_entity_labels.forename }, # --- sortControlType = dropdown or list sortControlType = dropdown }, occurrences = { displayName = _(Works), labelSingular = _("work"), labelPlural = _("works"), table = ca_occurrences, restrictToTypes = [], showLetterBarFrom = ca_occurrence_labels.name, showLetterBarSorts = [ca_occurrence_labels.name], # formats available for display of results # possible values are: images, list, timeline, map views = { list = {} }, sortBy = { Relevance = _natural, Identifier = ca_occurrences.idno, Name = ca_occurrence_labels.name }, # --- sortControlType = dropdown or list sortControlType = dropdown } } views = { images = { icon = glyphicon-th }, list = { icon = glyphicon-list }, timeline = { icon = glyphicon-time }, map = { icon = glyphicon-globe } } # --- text for Browse menu item, default is "Browse" browse_menu_button_text = # --- default number of results per page/ajax load defaultHitsPerBlock = 36 # --- set to list to show dropdown with links to each configured browse or a single Browse nav link when one browse is configured browseMenuFormat = # --- set if you don't want the browse menu to be preloaded with facets for the first browse type on open dontPreloadBrowseMenu = 1 # --- refine_col_class -> boostrap col class to assign to refine col - defaults to: col-sm-8 col-md-8 col-lg-8 result_col_class = # --- refine_col_class -> boostrap col class to assign to refine col - defaults to: col-sm-4 col-md-3 col-md-offset-1 col-lg-3 col-lg-offset-1 refine_col_class =